a program that uses a do-while statement. It reads in an integer
n from the keyboard. If n is not in the range 1 to 10 it makes an audible
"beep" and asks for another integer. If n is in the correct range, it writes
out "You have input n" and then exits.
I am having trouble executing the audible "beep" part. Im not 100% sure if what I've done so far is correct, none the less this is what I have: