Is there any way you can make what he output what subjects pass or fail or good
CodePudding user response:
You write that the if statement is wrong, look at the basic bookCodePudding user response:
If the inside conditions written wrongCodePudding user response:
if (a<60 & amp; & B<60 & amp; & C<60)
if ((a> 60 & amp; & a<80) & amp; & (b> 60 & amp; & B<80) & amp; & (c> 60 & amp; & C<80))
if (a> 80 & amp; & b> 80 & amp; & C> 80)