#include <iostream>
using namespace std;
int main()
{
int n1,n2,n3,n4,n5;
cout<<"input number\n";
cin>>n1;
cout<<"input number\n";
cin>>n2;
cout<<"input number\n";
cin>>n3;
cout<<"input number\n";
cin>>n4;
cout<<"input number\n";
cin>>n5;
if (n1>n2 && n1>n3)
return 0;
}
gameguy91 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.