Write a program that reads in a set of coin descriptions from a file. The input file has the format coinName1 coinValue1 coinName2 coinValue2 ... Add a method void read(Scanner in) throws FileNotFoundException to the Coin class of Section 7.2. Throw an exception if the current line is not properly formatted. Then implement a method static ArrayList readFile(String filename) throws FileNotFoundException In the main method, call readFile. If an exception is thrown, give the user a chance to select another file. If you read all coins successfully, print the total value.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter11: Exception Handling
Section: Chapter Questions
Problem 1E
icon
Related questions
Question
100%

09.Write a program that reads in a set of coin descriptions from a file. The input file has the format

coinName1 coinValue1 coinName2 coinValue2 ...
Add a method

void read(Scanner in) throws FileNotFoundException

to the Coin class of Section 7.2. Throw an exception if the current line is not properly formatted. Then

implement a method

static ArrayList<Coin> readFile(String filename) throws FileNotFoundException In the main method, call readFile. If an exception is thrown, give the user a chance to select another file. If you read all coins successfully, print the total value. 

 

 

Expert Solution
steps

Step by step

Solved in 3 steps with 2 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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,