In this code , the while true loop in the main program asks the user if they want to multiply , divide or stop the program - If they choose to multiply, the multiply subroutine is called , and this subroutine gets initiated and then returns to the main program once complete - If they choose to divide, the divide subroutine is called instead - Typing stop will break the loop