Write a java program to read from a file called "input.txt”. The file includes name price for unknown number of items. T
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Write a java program to read from a file called "input.txt”. The file includes name price for unknown number of items. T
Write a java program to read from a file called "input.txt”. The file includes name price for unknown number of items. The file uses a comma separated file format, as the sample below. Input.txt Table,30.500 Chair,100.00 The program should print on Screen, the following: Total number of items The items (name, and price) for all items with price decreased by 10%. o Hint: new price = old price - old price*10/100.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!