Asked by هيا
Write a program that reads from the student user: his name as string (%s), his id as integer and his total marks in C programming course as float. Then store these information in student structure. After that, Calculate his letter grade in this course depending on the GRADING SCALE as follows:
• A = 90% - 100%
• B = 80% - 89%
• C = 70% - 79%
• D = 60% - 69%
• F = less than 60%
• A = 90% - 100%
• B = 80% - 89%
• C = 70% - 79%
• D = 60% - 69%
• F = less than 60%
Answers
Answered by
norah
الرياض
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.