Student Grade Calculation using Nested if else: C Program

preview_player
Показать описание

In this program we’ll show you nesting of if else statements. Here we are illustrating the concept by taking score/marks of 5 subject from the user. Then we calculate the percentage of it and display to grade to the user.

C Programming: Beginner To Advance To Expert
Рекомендации по теме
Комментарии
Автор

How do we do the reverse?the input is the grade and output is the range of possible marks

sitanshu
Автор

when i copy pasted your code from your website on code blocks, it says 'gcc: fatal error: stdio.h: No such file or directory'
how can i solve this?

NM_kawaii
Автор

i thought u will make this program from nested switch i hope u will make in nested switch

jayharyani
Автор

How to display
Example Output

ENTER NAME
Next is Input grade

How to display with name? What functional code use??

veeboyclimcarillo
Автор

Grade for 60, 30, 10, 69, 68 is fail
But out put is not showing fail

NR-hoij