write "Enter a string: " a$ = input print "" repeat write "Enter the number 75000: " h = number input print "" until h = 75000 . print a$ & " " & h