Search:

Type: Posts; User: KNAYERS

Search: Search took 0.20 seconds.

  1. Replies
    3
    Views
    1,402

    Re: Not getting the correct output

    sorry.....
    the program needs to prompt the user to input the height and the radius of the base of a cylinder and output the volume and surface area of the cylinder. Also modify the relevant output...
  2. Replies
    3
    Views
    1,402

    Not getting the correct output

    import java.util*;

    public class Ch3_Prexercise2
    {
    static Scanner console = new Scanner(System.in);

    public static void main(String[] args)
    {
    int height;
    int radius;
Results 1 to 2 of 2