Algorithm and Flowchart
1. Create a program to compute the volume of a sphere. Use the formula: V = (4/3) *pi*3
where pi is equal to 3.1416 approximately. The r is the radius of sphere. Display the result.
2. Write a program the converts the input Celsius degree into its equivalent Fahrenheit
degree. Use the formula: F = (9/5) *C+32.
3. Write a program that converts the input dollar to its peso exchange rate equivalent.
Assume that the present exchange rate is 51.50 pesos against the dollar. Then display the
peso equivalent exchange rate.
4. Write a program that converts the input dollar to its peso exchange rate equivalent.
Assume that the present exchange rate is 51.50 pesos against the dollar. Then display the
peso equivalent exchange rate.
5. Write a program that converts an input inches) into its equivalent centimeters. Take note
that one inch is equivalent to 2.54cms.
6. Design a program to find the circumference of a circle. Use the formula: C=2 pie r , where
pie is approximately equivalent 3.1416.