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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
The three logical operators used to write compound conditions are "and," "or," and "not." a: true b: false
Answers: 2
question
Computers and Technology, 22.06.2019 18:30
What is outfitting a workplace with video in a technology
Answers: 2
question
Computers and Technology, 24.06.2019 23:00
Aselect query joins tables together by their a. table names. b. primary keys. c. first entries. d. field names.
Answers: 2
question
Computers and Technology, 25.06.2019 06:30
How can u permanently delete a picture from your camera ?
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
question
Mathematics, 12.03.2021 22:40
question
Mathematics, 12.03.2021 22:40