Question: C++ program without using loops, use cin>> to input store in array then find max min: * Find the max and min numbers of A
C++ program without using loops, use "cin>>" to input store in array then find max min:
* Find the max and min numbers of A B and C:
Input A
Input B
Input C
* Output Max Number and Min Number
* Example: If A = 3 B = 5 and C = 1:
Output Max: 5
Min: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
