Hi Guys
I have a Java program that I really need help with.
I Need to write a programme which asks the user to input the size of a packet of French fries she would like to purchase, and based on the size, it will tell her a price. the info is as follows :
1 - small - R6.50
2 - medium - R10.50
3 - large - R15.00
the user should also be able to type in the number 1, 2 or 3 in order to select the size. Also ensure that you instruct the user to do so in your text input dialog box
I would really appreciate if someone could help.