Question: printf(Input your score: ); scanf(%d, &score) if(score 58) grade = 'F' ? if(score if(score(80) grade 'B' 2 else grade - A; printf(%c, grade) return 0;
printf("Input your score: "); scanf("%d", &score) if(score 58) grade = 'F' ? if(score if(score(80) grade 'B' 2 else grade - "A"; printf("%c", grade) return 0; What will be the grade letter printed on the screen if the user enters these following score? 25 Choose] 85 Choose 57 Choose 200 I'Choote
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
