#include<iostream.h>
#include<conio.h>
void main()
{
int n;
cout<<"enter an integer"<<endl;
cin>>n;
(n>19?cout<<"greater":cout<<"smaller");
getch();
}
#include<conio.h>
void main()
{
int n;
cout<<"enter an integer"<<endl;
cin>>n;
(n>19?cout<<"greater":cout<<"smaller");
getch();
}
0 comments:
Post a Comment