Question: C Programming what is the output? correct answers if not correct. thanks! int score = 97; if (score > 100) if(score > 90) if (score
C Programming what is the output? correct answers if not correct. thanks!




int score = 97; if (score > 100) if(score > 90) if (score > 80) if(score > 70) printf"Wrong score"); printf("Aln"); printf("Bln"); printf"'Cln") se OUTPUT 2) int score 97; if (score > 100) else if(score > 90) if(score> 80) if(score> 70) else printf("Wrong score"); printf"Aun"); printf("Bln"); printf("Cln"); printf("Fail"); OPUTUT: C. 3) int x 50; if (x>10) if (x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
