Question: Please Help ASAP Starter Code To Use D | Question 1 25 pts MAKE SURE TO SUBMIT YOUR CODE TO BOTH WEBCAT AND PASTE YOUR
Please Help ASAP

Starter Code To Use

D | Question 1 25 pts MAKE SURE TO SUBMIT YOUR CODE TO BOTH WEBCAT AND PASTE YOUR SOLUTION HERE IN CANVAS FOR FULL CREDIT! Maximum Write a program named Maximum that allows a user to enter multiple integer values and finds the maximum value entered. The sentinel value is 1; any other value should be evaluated as a potential maximum value. You are guaranteed that the user enters at least one value and the sentinel value. Once the user enters the sentinel value the program should print the maximum value on a line by itself Sample Run (user input underlined) Enter a value, 1 to quit 5 Enter a value, 1 to quit: 7 Enter a value, 1 to quit 2 Enter a value, 1 to quit: 6 Enter a value, 1 to quit 99 Enter a value, 1 to quit 1 Sample Run (user input underlined) Enter a value, 1 to quit: 5 Enter a value, 1 to quit: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
