Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a complete program includes public class 4. Write a method called countcoins that accepts a scanner representing an input file whose data is a
write a complete program includes public class
4. Write a method called countcoins that accepts a scanner representing an input file whose data is a series of of tokens, where each pair begins with an integer and is followed by the type of coin, which will be "pennies"( cenm each), "nickels" (5 cents each), "dimes" (10 cents each), or "quarters" (25 cents each), case-insensitively. Add up the cash values of all the coins and print the total money. For example, if the input file contains the following text coins and print the total money. For example, if the input file contains the following text 3 pennies 2 quarters 1 Pennies 23 NckeLs 4 DIMES For the input above, your method should produce the following output: Total money: $2.09Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started