//"Open Source Since 1986" //diy_death@theunknown.com #include int main() { loop: int x; cout<<"CaN YoU GuEsS My AgE?\n"; cin>>x; if (x==x) { if (x<=14) cout<<"A Little to LOW!\n"; else { if (x==15) cout<<"You Got it Genius!\n"; else { if (x>15) cout<<"A little to high!!!\n"; } } } goto loop; return 0; }