Kod:
include "stdafx.h"
#include <iostream>
# include<string>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
int not ;
cout<<"Notunuzu giriniz :" ;
cin>>not;
if(not >50)
{
cout<<"gectiniz"<<endl;
}
else
{
cout<<"kaldiniz"<<endl;
}
system("pause");
return 0;
}