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
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