Write a program that converts or calculates values. Use the following guidelines to write your program:

Think of a program that requires you to convert or calculate at least two types of values. Some examples may include converting between inches and centimeters or calculating distance.
Write a function to perform the calculation. Be sure to double check the formula and units. For example, does the equation require meters but your value is in feet?
Determine a set of at least three values to test your program. Be sure to include integers, floating point, negative, and positive numbers if appropriate.
Create output to display the results of the testing.
Write the pseudocode for this program. Be sure to include any needed input, calculations, and output.

Answer :

Its easy just think of the program it’s a

Other Questions