Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

done in visual studio Instructions Write a program and flowchart. The program should ask the user for the average temperature in each of the last

done in visual studio image text in transcribed
Instructions Write a program and flowchart. The program should ask the user for the average temperature in each of the last 12 months. After the user has entered the temperatures, the program should display them. Use a "for" loop to ask for the data, and use another "for" loop to display the data. Store the data in an array called "temperature." Here is what the output looks like. RACIS126 CIS126 November 2018 Development Unit 4 Unit 4 Graded Exercise 2.exe Enter the average temperature in month @ and press ENTER 70 Enter the average temperature in month 1 and press ENTER 66 Enter the average temperature in month 2 and press ENTER 20 Enter the average temperature in month 3 and press ENTER 80 Enter the average temperature in month 4 and press ENTER 90 Enter the averare temperature in month 5 and press ENTER 72, Enter the average temperature in month 6 and press ENTER 89 Enter the average temperature in month 7 and press ENTER 40 Enter the average temperature in month 8 and press ENTER 88 Enter the average temperature in month 9 and press ENTER 72 Enter the averare temperature in month 10 and press ENTER 78 Enter the average temperature in month 11 and press ENTER 91 The temperatures over the past 12 months are: 70 60 20 80 90 72 89 40 88 72 78 91 Process exited after 22.11 seconds with return value 3 Press any key to continue ... File Submission Use Microsoft Visio or Flowgorithm to create your flowchart. Submit one Word document which contains: 1. Your flowchart in either Visio or Flowgorithm. 2. A screenshot of your code. 3. A screenshot of your output including the Title Bar of the console window

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

Database Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions