Hi - I am working on a problem for a java class that I am taking and am having trouble figuring out the answer... here is the question:
"Write a program to compute the volume of a cylinder. Your program reads in radius and lenght, and computes volume using the following formulas:
area = radius*radius*PIE(3.14)
volume = area*lenght"
If anyone has any suggestions it would be greatly appreciated...Thanks!
"Write a program to compute the volume of a cylinder. Your program reads in radius and lenght, and computes volume using the following formulas:
area = radius*radius*PIE(3.14)
volume = area*lenght"
If anyone has any suggestions it would be greatly appreciated...Thanks!