answersLogoWhite

0


Best Answer

Define

number_in, product integer;

Set product = 0;

While product < 100

set product = number_in * 10;

accept (input) number_in

End_while

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Design a while loop that lets the user enter a number the number should be multiplied by 10 and the result stored in a variable named product?
Write your answer...
Submit
Still have questions?
magnify glass
imp