Page 1 of 1

1. Write a program in Java to calculate and print the volume of an unknown object, the user should enter the side S of t

Posted: Thu Jul 14, 2022 2:06 pm
by answerhappygod
1. Write a program in Java to calculate and print the volume ofan unknown object, the user should enter the side S of the object.Volume = 5/3.2 * PI*4 where S is the side of the object. Use PI=3.14159