Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please include IPO chart. 1. Temp. Write a program that calculates the average temperature over multiple days. Write a program that reads an unspecified number

Please include IPO chart. image text in transcribed

1. Temp. Write a program that calculates the average temperature over multiple days. Write a program that reads an unspecified number of temperatures and computes the average temperature. Your program ends with an input of 0 . Display the average temperature. Here is a sample run: Enter the temperatures, the input ends if it is 0 : 90801000 The average temperature is 90 2. Rain. Write a program that calculates total rainfall over 7 days. Write a program that reads 7 numbers and computes the total rainfall. Use a For loop. Display the total rainfall. Here is a sample run: Enter the 7 rainfall values: 1.1 1.0.9 1.2.7.3.2 The total rainfall is 5.4 3. Menu. Write a menu program that converts Celsius to Fahrenheit and Fahrenheit to Celsius. The formulas are: fahrenheit =(9/5) celsius +32 celsius =(5/9)( fahrenheit 32) Here is a sample run: Main menu 1: Celsius to Fahrenheit 2: Fahrenheit to Celsius 3: Exit Enter a choice: 1 Enter the temperature: 40 The conversion temperature is 104 . Deliverables: Word Document with documented IPO charts. Source code in .cpp File for each task

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Experts Guide To Database 2

Authors: Bruce L. Larson

1st Edition

0070232679, 978-0070232679

Students also viewed these Databases questions