From 79c4346889d205100808ffb36de06de3bfaee208 Mon Sep 17 00:00:00 2001 From: PanditHarsh <92864232+PanditHarsh@users.noreply.github.com> Date: Wed, 20 Oct 2021 20:41:39 +0530 Subject: [PATCH] Update Quiz.c --- Quiz.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Quiz.c b/Quiz.c index c005e0a..db3ac55 100644 --- a/Quiz.c +++ b/Quiz.c @@ -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; } @@ -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; } @@ -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; }