0 LIKES LikeUnLike
Input two integer numbers and then use FOUR FUNCTIONS that will perform the following:-Add the two numbers-Subtract the two numbers-Calculate the product of the two numbers, and calculate the quotient modulus in one function using pass by reference.Convert the first number entered from Farenheit to Celcius and the second number from Celcius to Farenheit using functions. Use the following formulas to perform the conversion:Celcius = (100/180) * (Farenheit-32)Farenheit = (Celcius * (180/100)) +32Also thank the user and pause the screen so the user will have ample time to see the output on the screen.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.