I want to create a program in C which asks the user to choose one of the options from the menu. So I've set float 1=7.20, 2=5.30, 3=4.80, 4=6.50, 5=10.80
I created a little menu with the options using these values and I asked the user to enter either option 1 2 3 4 or 5. How do I scan for user's input in this case?
Sorry, I'm just beginning my story with C.
