subject

The cost to ship a package is a flat fee of 75 cents plus 25 cents per pound 1. Declare a constant named CENTS PER_POUND and initialize with 25 2. Get the shipping weight from user input storing the weight into shipWeightPounds 3. Using FLAT FEE_CENTS and CENTS PER POUND constants, assign shipCostCents with the cost of shipping a package weighing shipWeightPounds 1 import java. util. Scanner; 3 public class ShippingCalculator { 4 public static void main (String ] args) Scanner scnr new Scanner(System. in); int shiphieightPounds; int shipCostCents 0 final int FLAT_FEE_CENTS75; Your solution goes here / final int CENTS_PER_POUND 25; 12 13 14 shipCostCents FLAT_FEE_CENTS (CENTS_PER_POUND shipheightPounds); System. out. println("Weight(1b): "shipieightPounds) System. out. println("Flat fee(cents): "FLAT_FEE_CENTS); System. out. println("Cents per pound: " CENTS_PER_POUND) System. out. println("Shipping cost(cents): shipCostCents); 16 17 18 Run Failed to compile ShippingCalculator. java 12: error: variable shipWeightPounds might not have been initialized shipCostCents FLAT-FEE-CENTS (CENTS-PER-POUND shipWeightPounds) ; + * = 1 error

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 16:00, babyshazi
In a cellular network each cell is controlled by a tower what are these towers called?
Answers: 3
image
Computers and Technology, 22.06.2019 18:30, yeeet26
If an improvement creates no significant change in a product’s performance, then it is a(n) ? a0 design improvement. (there are no answer choices)
Answers: 1
image
Computers and Technology, 24.06.2019 08:00, qveenvslayin
How can smart devices benefit businesses, organizations, and social communities in the global marketplace?
Answers: 1
image
Computers and Technology, 24.06.2019 20:30, michell200428
Drums installed, you would apply clicks of the parking brake to obtain a slight drag on both rear wheels
Answers: 1
You know the right answer?
The cost to ship a package is a flat fee of 75 cents plus 25 cents per pound 1. Declare a constant n...

Questions in other subjects:

Konu
Mathematics, 20.05.2021 04:50
Konu
Mathematics, 20.05.2021 04:50
Konu
Mathematics, 20.05.2021 04:50