Bob is learning to program and wants to write a script that…
Bob is learning to program and wants to write a script that repeatedly asks Alice to input a number until she enters a negative number. Alice suggests using a control structure that allows the code to keep executing a block of statements as long as a certain condition remains true. What type of loop should Bob use to accomplish this task?
Read Details