Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

wk4 for Times Write a program that prints out the multiples of a number entered by the user. The user will be prompted to enter

image text in transcribed
wk4 for Times Write a program that prints out the multiples of a number entered by the user. The user will be prompted to enter a number to multiply. The program must use a for" loop to print out the multiples of the number, from times 1 to times 10. The process should use the counter value in the "for loop as the value to multiply by. (HINT: Because the loop counter starts at zero, you'll need to add one to that value for the multiplication.) Output will show expressions of the number 1. number * 2. etc. to number * 10. SAMPLE RUN what number shall I use? - 3 -3. 1- 32 - -3 . 3 - -9 -3.4 - - 12 -3 . 5 -15 -3.6--18 3 . 7- -21 .3 + 8 - - 24 3 . 9 . 27 3 1e --30 Process returned @ (exe) execution time : 2.716 S Press any key to continue

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Spatial Databases 2nd Symposium Ssd 91 Zurich Switzerland August 1991 Proceedings Lncs 525

Authors: Oliver Gunther ,Hans-Jorg Schek

1st Edition

3540544143, 978-3540544142

Students also viewed these Databases questions