Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can someone help me out? c# For this Project, you will create a function called getTemperatures(). The getTemperatures() function will have one parameter called temperatures[].Within

Can someone help me out? c#

For this Project, you will create a function called getTemperatures(). The getTemperatures() function will have one parameter called temperatures[].Within the getTemperatures() function you will populate the temperatures array with the following values: 10,15,20,25,30,32,40,45,50,55,60,65,70. Your main program will traverse through the array and display the Fahrenheit and Celsius equivalents. Expected output 10 degrees Fahrenheit is -12 degrees Celsius

10 degrees Celsius is 50 degrees Fahrenheit

15 degrees Fahrenheit is -9 degrees Celsius

15 degrees Celsius is 59 degrees Fahrenheit

20 degrees Fahrenheit is -6 degrees Celsius

20 degrees Celsius is 68 degrees Fahrenheit

25 degrees Fahrenheit is -3 degrees Celsius

25 degrees Celsius is 77 degrees Fahrenheit

30 degrees Fahrenheit is -1 degrees Celsius

30 degrees Celsius is 86 degrees Fahrenheit

35 degrees Fahrenheit is 1 degrees Celsius

35 degrees Celsius is 95 degrees Fahrenheit

40 degrees Fahrenheit is 4 degrees Celsius

40 degrees Celsius is 104 degrees Fahrenheit

45 degrees Fahrenheit is 7 degrees Celsius

45 degrees Celsius is 113 degrees Fahrenheit

50 degrees Fahrenheit is 10 degrees Celsius

50 degrees Celsius is 122 degrees Fahrenheit

55 degrees Fahrenheit is 12 degrees Celsius

55 degrees Celsius is 131 degrees Fahrenheit

60 degrees Fahrenheit is 15 degrees Celsius

60 degrees Celsius is 140 degrees Fahrenheit

65 degrees Fahrenheit is 18 degrees Celsius

65 degrees Celsius is 149 degrees Fahrenheit

70 degrees Fahrenheit is 21 degrees Celsius

70 degrees Celsius is 158 degrees Fahrenheit

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

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

More Books

Students also viewed these Databases questions

Question

Define ratio analysis.

Answered: 1 week ago

Question

Group Size and Communication

Answered: 1 week ago

Question

Understanding Group Roles

Answered: 1 week ago