Assuming the ocean’s level is currently rising at about 1.5 millimeters per year , write a program that calculates and displays:

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter6: User-defined Functions
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question

Assuming the ocean’s level is currently rising at about 1.5 millimeters per year , write a program that calculates and displays:

  • The number of millimeters higher than the current level that the ocean’s level will be in
    5
    years
  • The number of millimeters higher than the current level that the ocean’s level will be in
    7
    years
  • The number of millimeters higher than the current level that the ocean’s level will be in
    10
    years
The following sample run shows the output of the program. Notice the wording of the messages and the placement of spaces and punctuation. The  symbols show where newline characters ("\n") should be displayed. Your program's output must match this.
 
Sample Run
In 5 years the ocean's level will be higher by 7.5 millimeters.↵
In 7 years the ocean's level will be higher by 10.5 millimeters.↵
In 10 years the ocean's level will be higher by 15 millimeters.↵
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning