C+ LANGUAGE (FUNCTION) SUPPLEMENTAL ACTIVITIES 1. Write a parameter and return program that will require the user to enter a temperature in Celsius and convert it to degree Fahrenheit and degree...


C++ LANGUAGE


C+ LANGUAGE (FUNCTION)<br>SUPPLEMENTAL ACTIVITIES<br>1. Write a parameter and return program that will require the user to enter a temperature in Celsius<br>and convert it to degree Fahrenheit and degree Kelvin.<br>Formula:<br>Fahrenheit = (9/5) * Celsius + 32<br>Kelvin = Celsius + 273<br>Write your answer.<br>2. Refer to No. 1, transform the program using function header and function prototype.<br>Write your answer.<br>

Extracted text: C+ LANGUAGE (FUNCTION) SUPPLEMENTAL ACTIVITIES 1. Write a parameter and return program that will require the user to enter a temperature in Celsius and convert it to degree Fahrenheit and degree Kelvin. Formula: Fahrenheit = (9/5) * Celsius + 32 Kelvin = Celsius + 273 Write your answer. 2. Refer to No. 1, transform the program using function header and function prototype. Write your answer.

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here