Question: Hello I'm trying to write a program that finds the smallest of several integers. Assume that the first value read specifies the number of values
Hello I'm trying to write a program that finds the smallest of several integers. Assume that the first value read specifies the number of values to input from the user.
But I'm getting an unexpected error code telling me that "expression must have pointer to object type but it has type int" what does this mean, and how can I correct this. Thank you

\#include ciostreans using nanespace std; Fint main( ) 11 int numbor; cout s "Enter Number of Values"? cin ss nunber; // Reading the values int array; cout "Enter Values:"; far (int i=ii
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
