B) #include int main() { Value of x typed by Program output user int x; 15 printf("Enter a value for x >"); sc
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
B) #include int main() { Value of x typed by Program output user int x; 15 printf("Enter a value for x >"); sc
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!