(...A13...)
09-24-2002, 07:12 PM
Hey there!
I wonder if there is anyone help me in coverting this if statement into a
correct switch case statement
if(average<80)
printf("The grade is C");
if(average >= 80 && average <90)
printf("The grade is B");
if(average >= 90)
printf("The grade is A")
hope to get your replay as soon as possible.
Thanks
I wonder if there is anyone help me in coverting this if statement into a
correct switch case statement
if(average<80)
printf("The grade is C");
if(average >= 80 && average <90)
printf("The grade is B");
if(average >= 90)
printf("The grade is A")
hope to get your replay as soon as possible.
Thanks