Page 1 of 1

Please show the output of the following. Please help ASAP!

Posted: Thu May 26, 2022 9:20 am
by answerhappygod
Please show the output of the following. Please help
ASAP!
Please Show The Output Of The Following Please Help Asap 1
Please Show The Output Of The Following Please Help Asap 1 (1.42 MiB) Viewed 8 times
#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; }