Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
-
answerhappygod
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Post
by answerhappygod »
Please show the output of the following. Please help
ASAP!

- Please Show The Output Of The Following Please Help Asap 1 (1.42 MiB) Viewed 7 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; }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!