Guys can you please help me for my problem and this is all about java but I don't have any ideas for the codes that I'm working.
This the problem that I dealing with. Input format: Purchase Name Item code (15-65) Qty Purchased (2-50) Payment Code (1/2) 1. Name - assume a string from 2 to 25 characters 2. Item code - assume an integer from 15 to 65 Item code Item type. Unit Price Below 36 Hakata Printer. 6560 50 36 to 50 Atami System Unit 9365 50 51 to 58 Hokata Monitor 5500 43 59 and above Hakune keyboard 3678 99 3. Qty Purchased - assume an integer from 2 to 50 4. Payment Code Payment type Pct Charge 1 Cash 0 2 Check 0 5. Gross bill = Qty purchased*Unit Price 6. Added charge = Gross bill*Pct Charge/100 7. Net bill = Gross bill + Added Charge Display form: Purchase name: XXXXXXXXX Item type: XXXXXXX Payment bill: XXXXXX Net bill: XXXXXXX