Page 1 of 1

B) #include int main() { Value of x typed by Program output user int x; 15 printf("Enter a value for x >"); sc

Posted: Mon May 02, 2022 12:09 pm
by answerhappygod
B Include Stdio H Int Main Value Of X Typed By Program Output User Int X 15 Printf Enter A Value For X Sc 1
B Include Stdio H Int Main Value Of X Typed By Program Output User Int X 15 Printf Enter A Value For X Sc 1 (26.55 KiB) Viewed 29 times
B) #include <stdio.h> int main() { Value of x typed by Program output user int x; 15 printf("Enter a value for x >"); scanf("%d",&x); 7 しい 3 if(x >=6) if(x < 10) if(x >7) printf("A"); else printf("C"); else if( x > 12) printf("D"); else printf("B"); else printf("F"); return 0; 2