User profile: halciu

User info
User name:halciu
History
Joined:
Number of posts:4
Latest posts:

Volume of a Cylinder. The result is off by one decimal point.
I need to write a program to compute the Volume of a Cylinder by Repeated Addition. This is what...

Need help computing the volume of a cylinder using repeated addition
Sorry, that is correct I can only use a LOOP with the addition. But I can't figure how to do the lo...

Need help computing the volume of a cylinder using repeated addition
This is what I got so far: double radius, hight, volume, pi = 3.14; Scanner keyboard = new ...

Need help computing the volume of a cylinder using repeated addition
Hi, I need to write a program to compute the Volume of a Cylinder by Repeated Addition. I am not ...