Y the output will get the (Top% ) i am specified the 3 % symblos .. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Y the output will get the (Top% ) i am specified the 3 % symblos ..

#include <stdio.h> int main() { int score = 89; if (score <= 90) printf("Top 10%%% \n"); else if (score >= 80) printf("%s", "Top 20% \n"); else if (score > 75) printf("%s", "You passed.\n"); else printf("%s", "You did not pass.\n"); }

9th Aug 2019, 5:33 PM
LOKESHA E J
LOKESHA E J - avatar
0 Answers