CHALLENGE!
Write a program that asks the user to type 10 integers and writes the smallest value?
CONDITION
write the program in c++
cin 10 values and cout the smallest one and also use while,if/else or function
1 2 3 4 5 6 7 8 9 10 11 12 13
|
#include<iostream.h>
using namespace std;
main()
{
return(0);
}
|
Last edited on
You already have this program problem within this forum...