Please help on this assignment | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please help on this assignment

Write a C program for university admission eligibility. The program must first check if a student Test score is not less than 200 The program will accept students For the courses: Computer science 270 or greater Mathematics score 250 Economic not less than 200 Physics 230 or more. The program should prompt ask the student to Enter their test score.

13th May 2021, 12:34 AM
Cindy K Hink
Cindy K Hink - avatar
2 Answers
+ 2
Well, if it's your own assignment then you must try working on it alone then you post here for others to correct your mistakes and help you. Show us your code. As i see your assignment is so easy for a computer science student. Tips & Hints: First declare a integer named 'test_score' (variable) and then make the user save his input in that variable. You can use if statements or switches to check if the user has enough score for a certain course (CS, Physics, Economic...etc).
13th May 2021, 12:47 AM
Carbon
Carbon - avatar
+ 1
we are here to complete your homework Carlos Sophia so try yourself to code first , any problem occurs we are here to you !
13th May 2021, 12:50 AM
Giriraj Yalpalwar
Giriraj Yalpalwar - avatar