Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Could you provide a flowchart using flogorithm, or just a written flowchart, and provide pseudocode for number 9 please. option Programming Es a program that
Could you provide a flowchart using flogorithm, or just a written flowchart, and provide pseudocode for number 9 please.
option Programming Es a program that asks the user to enter the number of packages purchased Design The program should then display the amount of the discount (Gf any) and tal amount of the purchase after the discount. to 8. Change for a Dollar Game Design a change-counting game that gets the user to enter the number of coins required to make exacciy one dollar. The program should ask the user to enter the number of pennies, ndimes, and quarters. If the total value of the coins en- tered is equal to ous the program should congratulate the user for winning the game. Otherwst the amount entered ram should display a message indicating whether han or less than one dollar. 9. Shipping Charges The Fast Freight Shipgispany charges the following rates: Weight of Package 2 pounds or less Over 2 pounds but not more than 6 pounds Over 6 pounds but not more than 10 pounds $3.70 Over 10 pounds Rate per Pound $1.10 $2.20 $3.80 Design a program that asks the user to enter the weight of a package and then displays the shipping charges. 10. Body Mass Index Program Enhancement In Programming Exercise 6 in Chapter 3 you were asked to design a program that calculates a person's body mass index (BMI). Recall from that exercise that the BMI is often used to determine whether a person with a sedentary lifestyle overweight or underweight for his or her height. A person's BMI is calculated with the following formula: BMI - Weight x 703 / Height in noun ds and height is measured in inches. the nerson hStep 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