#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int age1=20, age2=15,
age3=7;
if(age1>age2&&age1>age3)
{
cout<<”person with
age1 is elder”<<endl;
cout<<”person
with age2 and age3 are younger”<<endl;
}
cout<<”By Muzafar Hussain Sahto”;
getch();
}







No comments:
Post a Comment