Write a java program to read from the Keyboard name of the item and its price until the user Enter STOP to stop. The program should print into a file named Item.txt, the following: Total number of items - The items (name, and price) for all items with price increased by 10%. o Hint: new price = old price + old price*10/100; Enter Item Name: Table Enter Item Price: 30.500 Enter Item Name: Chair Enter Item Price: 100.00 Enter Item Name: Mirror Enter Item Price: 5.00 Enter Item Name: STOP Output File Input.txt Number of items = 3 Item with new prices: Table, 33.550 Chair, 110.000 Mirror, 5.500

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 8PE
icon
Related questions
Question
100%
Write a java program to read from the Keyboard name of the item and its price
until the user Enter STOP to stop.
The program should print into a file named Item.txt, the following:
Total number of items
- The items (name, and price) for all items with price increased by 10%.
o Hint: new price = old price + old price*10/100;
Enter Item Name: Table
Enter Item Price: 30.500
Enter Item Name: Chair
Enter Item Price: 100.00
Enter Item Name: Mirror
Enter Item Price: 5.00
Enter Item Name: STOP
Output File
Input.txt
Number of items = 3
Item with new prices:
Table, 33.550
Chair, 110.000
Mirror, 5.500
Transcribed Image Text:Write a java program to read from the Keyboard name of the item and its price until the user Enter STOP to stop. The program should print into a file named Item.txt, the following: Total number of items - The items (name, and price) for all items with price increased by 10%. o Hint: new price = old price + old price*10/100; Enter Item Name: Table Enter Item Price: 30.500 Enter Item Name: Chair Enter Item Price: 100.00 Enter Item Name: Mirror Enter Item Price: 5.00 Enter Item Name: STOP Output File Input.txt Number of items = 3 Item with new prices: Table, 33.550 Chair, 110.000 Mirror, 5.500
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning