CHALLENGE FOR ME

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...
Duplicate thread:
http://www.cplusplus.com/forum/beginner/115705/#msg631588

We don't solve problems for people here. Sorry.

-Albatross
Topic archived. No new replies allowed.