Number Guessing Game - Build a Number Guessing Game

Tell us what’s happening:

I am done with the whole thing but one test specifically the 8th test is not passing and I know its not my problem because I found the answers on GitHub like the actual answers but even using that only this one test is not passing, so I know the problem is not from me. What do I do?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15

Challenge Information:

Number Guessing Game - Build a Number Guessing Game

We’ll need you to share the code you used and the output of any testing you tried to confirm your code.

This is the shell file freeCodeCamp-Projects/Relational Database (Project 5)/number_guess.sh at main · NatnaelT03/freeCodeCamp-Projects · GitHub and the SQL file is freeCodeCamp-Projects/Relational Database (Project 5)/number_guess.sql at main · NatnaelT03/freeCodeCamp-Projects · GitHub

I can’t test your code but you should try to test it and compare the output statements it makes to the ones given in the sample file. They should match exactly. (You can hardcode the guess to a number like 9 in the code so you can test. Make a series of guesses which include invalid ones then finally guess the correct value 9 and confirm the results)

Hi @_MrNT03

Try removing the new line character and whitespace from the start of the welcome message for new users.

Happy coding