Question: Exercise - 1 / 5 : These exercises are from the chapter - 4 , Algorithm workbench. Each exercise is worth 1 0 points. Submission:

Exercise-1/5:
These exercises are from the chapter-4, Algorithm workbench. Each exercise is worth 10 points.
Submission: \(50\%\) Points for python file and \(50\%\) points for doc/pdf file with code (25\%) and output (25\%).
Problem\#1: Write a while loop that lets the user enter a number. The number should be multiplied by 10, and the result assigned to a variable named product. The loop should iterate as long as product is less than 100.
Problem\#2: Write a loop that asks the user to enter a number. Loop must be for loop that iterates 10 times and keep a running total of the numbers entered.
Exercise - 1 / 5 : These exercises are from the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!