Question: of 2 Write a program that prompts the user for three integers. Determine the highest value, the middle value, and the lowest value, and display

of 2 Write a program that prompts the user for
of 2 Write a program that prompts the user for three integers. Determine the highest value, the middle value, and the lowest value, and display the results with appropriate labels. Requirements for this Assignment 1. Use any style (or styles) of selection discussed in the lecture. 2. The output does not have to be in a particular order (e.g., low to high or high to low). Just be sure to label the output appropriately. 3. The data entered by the user must be stored in integer variables. Remember that the input() function by default reads strings, so you must cast the user input to integers. 4. Use extra temporary variables if necessary. 5. Do not use any other coding structure or technique other than what is described in the instructions. 6. Comments - You must include comments in this program. There must be a comment at the top of your file that includes your name, the assignment number, and a brief description of the assignment. There must be a comment at each major step of the algorithm, describing that step. 7. Planning tool - You must submit a flowchart that shows the logic of the selection portion of your algorithm. You can include the rest of the algorithm if you want to, but you must include at least the selection. This can be submitted as a picture file or Office file doc. If you use diagrams.net, you must save your work as an image file and submit the image file

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!