Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Quiz.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int main()
}
else
{
printf("\n\nWrong!!! The correct answer is B.Hyena");
printf("\n\nSadly Wrong!!! The correct answer is B.Hyena");
getch();
break;
}
Expand Down Expand Up @@ -193,7 +193,7 @@ int main()
else
{
system("cls");
printf("\n\nSORRY YOU ARE NOT ELIGIBLE TO PLAY THIS GAME, BETTER LUCK NEXT TIME");
printf("\n\nSORRY !! YOU ARE NOT ELIGIBLE TO PLAY THIS GAME, BETTER LUCK NEXT TIME");
getch();
goto mainhome;
}
Expand Down Expand Up @@ -565,7 +565,7 @@ int main()
else
{
printf("\n\n\t******** SORRY YOU DIDN'T WIN ANY CASH ********");
printf("\n\t\t Thanks for your participation");
printf("\n\t\t Very thanks for your participation");
printf("\n\t\t TRY AGAIN");goto go;
}

Expand Down