Java Programming Quiz Question?

AkiraY

New member
Joined
Nov 14, 2008
Messages
3
Reaction score
0
Points
1
Sam and Ella's Delicatessen wants you to write a program to take orders from the Internet. Your program asks for the item, its price, and if overnight shipping is wanted. Regular shipping for items under $10 is $2.00; for items $10 or more shipping is $3.00. For overnight delivery add $5.00.

Enter the item:
Tuna Salad
Enter the price:
450
Overnight delivery (0==no, 1==yes)
1

Invoice:
Tuna Salad 4.50
shipping 7.00
total 11.50
 
This example doesn't involve any ingenuity or skill.

Stop being lazy and utilize the most BASIC coding skill you have learned.
We aren't going to do your homework for you.
 
Back
Top