[solved] – Question 84881
Write a program in C++ using the While loop, that continues to ask the user to enter
any number other than 5 until the user enter the number 5.
When the user enter the number 5, two messages will be display “Hey! You weren’t
supposed to enter 5!” and “End of the game: Good Bye”. After these messages the
program should execute.
Expert Answer
OR

