if (un=="parago" && p=="123")
{
do
{
system ("cls");
cout<<"\t\t\t\t\tWELCOME TO ANONG GAGAWIN MO?"
<<"\nA. ADDITION"
<<"\nB. SUBTRACTION"
<<"\nC. MULTIPLICATION"
<<"\nD. DIVISION"
<<"\n\nCHOICE KO AY: ";
cin>>choice;
cout<<endl;
if (choice=="a." || choice=="a" || choice=="A" || choice=="A.")
{
system ("cls");
cout<<"\t\t\tADDITION";
cout<<"\nFirst Number: ";
cin>>fn;
cout<<"Second Number: ";
cin>>sn;
cout<<"\nThe Addition of two number is "
<<fn+sn
<<"\n\nDo you want to choose again?";
cin>>tryagain;
while (tryagain=="Y" || tryagain=="y");
menu++;
system ("pause");
return 0;
}
system ("pause");
return 0;
}
}
else
{
system ("cls");
cout<<"INVALID USERNAME &/ PASSWORD";
at++;
}
}
while (at<3);
system ("cls");
cout<<"SYSTEM BLOCKED"
<<endl;
system ("pause");