Which statement is true about the loop? n = 0 while n != 4: n = int(input("Please enter the number 4: "))