Question: Please help with writing the code for the following program, or an outline of code for the program. The language being used is C++. I
Please help with writing the code for the following program, or an outline of code for the program. The language being used is C++. I am using vim to write the program. Do not use the conditional operator. For loops are allowed. Please write plenty of comments so I can understand the process. Thank you!

Write a program that asks the user how many integers they would like to enter. You can assume they will enter a number >= 1. The program will then prompt the user to enter that many integers. After all the numbers have been entered, the program should display the largest and smallest of those numbers (no, you cannot use arrays, or any other material we haven't covered). When you run your program it should match the following format: How many integers would you like to enter? 4 Please enter 4 integers. -4 105 -7 min:-7 min: - max: 105
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
