Friday, 29.03.2024, 07:37
Welcome Guest | RSS
Site menu
Login form
Section categories
Search
Calendar
«  June 2011  »
SuMoTuWeThFrSa
   1234
567891011
12131415161718
19202122232425
2627282930
Entries archive
Our poll
Rate my site
Total of answers: 6
Statistics

Total online: 1
Guests: 1
Users: 0

Main » 2011 » June » 10 » Maximum of 4 numbers
17:35
Maximum of 4 numbers
#include <iostream>

using namespace std;

int main()
{
int a,b,c,d;
cout <<"enter a,b,c,d"<<endl;
cin >>a>>b>>c>>d;
cout <<(a>b?(a>c?(a>d?a:d):(c>d?c:d)):(b>c?(b>d?b:d):(c>d?c:d)));

return 0;
}

Category: C++ programs | Views: 502 | Added by: H_Imirzyan | Tags: maximum, max 4, Max, maximum number, Four | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *: