Please show the output of the following. Please help
ASAP!
#include <stdio.h> #include <conio.h> main() int num, ctr, range; clrscr; printf("Enter a number\n"); scanf("%d", &num); printf("Enter range: \n"); scanfl"%d", &range); for ctr= 1; ctr<-range; ctr++) { printf("%d x %d = %d\n", num, ctr, num*ctr); } getch ( ); return 0; }
Please show the output of the following. Please help ASAP!
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Please show the output of the following. Please help ASAP!
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!