Question: write a function called letter_grade that has a type int input parameter called points and returns through an output parameter gradep the appropriate letter grade
write a function called letter_grade that has a type int input parameter called points and returns through an output parameter gradep the appropriate letter grade using a straight scale (90-100 is an A, 80-89 is a B, and so on). Return through a second output parameter (just_missedp) an indication of whether the student just missed the next higher grade (true for 89, 79, 69 and so on).
I'm not exactly what type of C programming I am doing. We use codeblocker and use statements such as printf and scanf.
Step by Step Solution
3.44 Rating (151 Votes )
There are 3 Steps involved in it
Heres how you can write a function in C to determine a letter grade based on the input points and also check if the student just missed the next highe... View full answer
Get step-by-step solutions from verified subject matter experts
