Question: Java programming Write a java program named StampCalc,java. This program will input 3 values from the command-line. The first will represent the number of First
Write a java program named StampCalc,java. This program will input 3 values from the command-line. The first will represent the number of First Class stamps requested, the second number will indicate the number of Additional Ounces needed for those first class letters, and the third number will indicate the number of International stamps requested. The cost for First Class stamps is $.50 The cost for an Additional Ounce is $.21 The cost for an International stamp is $1.15 Your program will calculate the total cost for the requested number of stamps. If the command-line values were: 526 Your output should show The total for 5 First Class stamps, 2 additional ounces and 6 International stamps is $9.82
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
