Problem 2. Ocean Levels Assuming the ocean's level is currently rising at about 1.8 millimeters per year, create an application that displays the number of millimeters that the ocean will have risen...

Write a program in python for problem 2. Code in python.Problem 2. Ocean Levels<br>Assuming the ocean's level is currently rising at about 1.8 millimeters per year, create an application<br>that displays the number of millimeters that the ocean will have risen each year for the next 25<br>years.<br>Design. Use an IPO diagram to design your program. See IPO diagram attached to this assignment.<br>Code. Write your program in Python using the above steps.<br>Output. Your program output should look something like this:<br>Year<br>Rise (in millimeters)<br>1.80<br>3.60<br>5.40<br>7.20<br>9.00<br>9.<br>10.80<br>7<br>12.60<br>8.<br>14.40<br>9.<br>16.20<br>10<br>18.00<br>11<br>19.80<br>12<br>21.60<br>13<br>23.40<br>14<br>25.20<br>15<br>27.00<br>16<br>28.80<br>17<br>30.60<br>32.40<br>19<br>34.20<br>20<br>36.00<br>37.80<br>39.60<br>21<br>22<br>23<br>41.40<br>24<br>43.20<br>25<br>45.00<br>H11N222 22<br>

Extracted text: Problem 2. Ocean Levels Assuming the ocean's level is currently rising at about 1.8 millimeters per year, create an application that displays the number of millimeters that the ocean will have risen each year for the next 25 years. Design. Use an IPO diagram to design your program. See IPO diagram attached to this assignment. Code. Write your program in Python using the above steps. Output. Your program output should look something like this: Year Rise (in millimeters) 1.80 3.60 5.40 7.20 9.00 9. 10.80 7 12.60 8. 14.40 9. 16.20 10 18.00 11 19.80 12 21.60 13 23.40 14 25.20 15 27.00 16 28.80 17 30.60 32.40 19 34.20 20 36.00 37.80 39.60 21 22 23 41.40 24 43.20 25 45.00 H11N222 22
Programming Style Requirements.<br>Comments-Begin your program with a comment that includes: a) your name, b)program status-<br>either

Extracted text: Programming Style Requirements. Comments-Begin your program with a comment that includes: a) your name, b)program status- either "Complete" or describe any incomplete or non-functioning part of your program c)A 1-3 line description of what the program does. Variable names-usemeaningfulvariable names such as total taxes or num cookies. Named constants-Use named constants for all numbervalues that will not be changed in the program such as RECIPE SUGAR = 1.5. See section 2.9 on Named Constants

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here