In the update to the tic-tac-toe game, why was a while loop chosen to gather each player's inputs?


a.)
A while loop is best for definite iteration.


b.)
A while loop can be used to wait indefinitely for player input.


c.)
A while loop can't create an infinite loop.


d.)
A while loop executes quicker than a for loop.



Answer :

Other Questions