Question: Want this programs using C++ or C 1) Write a function to compute the perimeter and area of a right triangle when given the length

 Want this programs using C++ or C 1) Write a function

Want this programs using C++ or C 1) Write a function to compute the perimeter and area of a right triangle when given the length if the two sides (a and b). 2) The formula for converting centigrade temperatures to Fahrenheit is F = 32 + C 180.0/100.0 Write a program that asks the user to enter a temperature reading in centigrade and then prints the equivalent Fahrenheit value. It then asks the user to enter a Fahrenheit value and prints out the equivalent centigrade value. Run the program several times. Be sure to include at least one negative temperature reading in your test cases. Provide separate functions as needed by your designs. One possible design is shown in fingure4-40. (Your main function should have only functions calls.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!