Você está na página 1de 5

#include<iostream.

h>
#include<conio.h>

void main()
{
clrscr();
int x,y,z;
x=y=z=0;
char ch1[100],ch2,ch3,ch4,ch5,ch6,ch7,ch8,ch9,ch10,ch11;
cout<<" guest enter your name
";
cin>>ch1;
clrscr();
cout<<" welcome "<<ch1<<".

sobriquet is an unofficial title or


name given to someone or something.";
cout<<"
enter answer in form of 'a','b' and'c'only.";
cout<<"

what is called as ' the holy


land'?
a.jerusalem
b.mathura
c.mecca
";
cin>>ch2;
if(ch2=='a')
{
x=x+10;
cout<<"good job.
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the roof of the


world'?
a.nepal
b.rome
c.tibet
";
cin>>ch2;
if(ch2=='c')
{
x=x+10;
cout<<"good job.
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();

cout<<"

what is called as ' the land of rising


sun'?
a.chicago
b.japan
c.tibet
";
cin>>ch2;
if(ch2=='b')
{
x=x+10;
cout<<"good job.
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the gift of


nile'?
a.chicago
b.egypt
c.africa
";
cin>>ch2;
if(ch2=='b')
{
x=x+10;
cout<<"
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the land of midnight


sun'?
a.norway
b.japan
c.australia
";
cin>>ch2;
if(ch2=='a')
{
x=x+10;
cout<<"
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the land of


thunderbolt'?
a.bhutan
b.canada
c.arab
";
cin>>ch2;
if(ch2=='a')
{
x=x+10;
cout<<"
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the windy


city?
a.jerusalem
b.japan
c.chicago
";
cin>>ch2;
if(ch2=='c')
{
x=x+10;
cout<<"
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the land of white


elephants'?
a.bangladesh
b.thailand
c.india
";
cin>>ch2;
if(ch2=='b')
{
x=x+10;
cout<<"
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the city of seven


hills'?
a.rome
b.nilgiri hills
c.tibet
";
cin>>ch2;
if(ch2=='a')
{
x=x+10;
cout<<"
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
cout<<"

what is called as ' the dark


contienent'?
a.asia
b.australia
c.africa
";
cin>>ch2;
if(ch2=='c')
{
x=x+10;
cout<<"
your score is "<<x;

}
else
cout<<"sorry wrong answer.";
getch();
clrscr();
if(x==100)
cout<<"no cheating...... you have done this earlier also.";
if(x==90)
cout<<"you are extremely intelligent
your score is 90";
if(x==80)
cout<<"you are intelligent
your score is 80";
if(50==x||x==70||x==60)
cout<<"you are average
your score is "<<x<<"
better luck next
time";
else if(x<=40)
cout<<"no use........ not even 5 questions right";
getch();
}

Você também pode gostar