Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Calculate Shipping Cost | Conditional Control Flow Practice
C++ Conditional Statements
course content

Kursusindhold

C++ Conditional Statements

C++ Conditional Statements

1. Introduction to Conditional Statements
2. Conditional Control Flow Practice
3. Advanced Topics

book
Calculate Shipping Cost

Opgave

Swipe to start coding

  1. Create a shipping cost calculator. The initial shipping cost is set at 10% of the product's price.
  2. If the product's weight exceeds 25 pounds, an additional $2.25 is added to the shipping cost.
  3. For products weighing over 25 pounds, you have to choose between three delivery options from the slowest to the fastest. Each of these options add an extra cost of $0.3, $0.5, and $1.75, respectively.
  4. Calculate and display the final shipping cost for the product.

Løsning

cpp

solution

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 4
toggle bottom row

book
Calculate Shipping Cost

Opgave

Swipe to start coding

  1. Create a shipping cost calculator. The initial shipping cost is set at 10% of the product's price.
  2. If the product's weight exceeds 25 pounds, an additional $2.25 is added to the shipping cost.
  3. For products weighing over 25 pounds, you have to choose between three delivery options from the slowest to the fastest. Each of these options add an extra cost of $0.3, $0.5, and $1.75, respectively.
  4. Calculate and display the final shipping cost for the product.

Løsning

cpp

solution

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 4
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Vi beklager, at noget gik galt. Hvad skete der?
some-alt