Guessing Game #24
-
I can't find a difference between the output generated by my program and the expected one: Are you able to spot the mistake I made? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hmm, sorry for a non-helpful way of showing the output difference, I have an issue for me to fix it soon: cpp-for-yourself/homework_checker#17 As for your issue, the only issue I see is the training 'Welcome to the GUESSING GAME!
I will generate a number and you will guess it!
Please provide the smallest number:
Please provide the largest number:
I've generated a number. Try to guess it!
- Please provide the next guess: You've done it! You guessed the number 1 in 1 guesses!''
+ Please provide the next guess: You've done it! You guessed the number 1 in 1 guesses!' |
Beta Was this translation helpful? Give feedback.
-
@FabianKuon for completeness, I've changed the way we render the output mismatch now (see cpp-for-yourself/homework_checker#18 for details). It should use the For an example of how it looks, check out the test homework in the |
Beta Was this translation helpful? Give feedback.
Hmm, sorry for a non-helpful way of showing the output difference, I have an issue for me to fix it soon: cpp-for-yourself/homework_checker#17
As for your issue, the only issue I see is the training
'
symbol. Other than that it seems the same 🤔