Question: please type out the code using c++ or whatever! THANKS! Create functions and achieve the tasks as in the last Lab2: Prompt user to input
Create functions and achieve the tasks as in the last Lab2: Prompt user to input 5 float numbers in console; - Create a function to find the max/min number of the array; Create a function to display the max and min depending on what command ('O' or '9') is being typed by the user in console. - Hint: Pseudo code for this program: Declare functions int main() { declare all necessary variables; declare an array to store the upcoming 5float numbers, Use cout to prompt user to type in 5 float numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
