Question: in C++ , (Find the Smallest Value) Write an application that finds the smallest of several integers. Assume that the first value read specifies the
in C++ , (Find the Smallest Value) Write an application that finds the smallest of several integers. Assume that the first value read specifies the number of values to input from the user.
this is what i got so far
#include
int main() { int numbers, integer, array; int valueCount = 0; int counter = 0; int integer1 = 0; cout > numbers; counter = numbers; cout > integer; integer1 = integer; valueCount += 1; if (valueCount == counter) { break; }
}
}
which will give the following output after running it
please use my code that i already started , as base to add the extra lines of codes to calculate the smallest of those integers , and show me a screenshot of the output after you run it and please explain what you did 
=
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
