When do you use a while loop INSTEAD of a for loop? (Choose the best two answers.)
Group of answer choices
To get input from the user until they input ‘stop’.
To do number calculations.
To repeat code.
When there is an unknown number of iterations needed.