Question: Question 2 30 pts Write a program with a loop that repeatedly asks the user to enter a series of numbers, one at a time,
Question 2 30 pts Write a program with a loop that repeatedly asks the user to enter a series of numbers, one at a time, then calculates and prints the square of each number entered. The user will enter 'end to signal the end of inputs and the program terminates Must use sentinel value(s). Enter your number: 3 The square of 3 is 9 Enter your number: 5 The square of 5 is 25 Enter your number: 7 The square of 7 is 49 Enter your number: end Program ends HTML Editor Paragraph
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
