Community Profile

photo

Matthew Smyth


Last seen: 6 months ago Active since 2022

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How do I stop an input from being entered twice?
I'm working on a game of hangman for matlab, I am unsure how to stop the same input from being entered twice or stop it increasi...

2 years ago | 1 answer | 0

1

answer

Question


My while loop will not stop even when it no longer meets the requirements, how do I fix this?
I am coding a hangman, im using a while loop in here. The code for that is: while ~(guessesLeft <= 0) || ~(correctCount == le...

2 years ago | 1 answer | 0

1

answer