Search:

Type: Posts; User: javadude

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,271

    Re: Are these math statements correct?

    Once again newbie hit the nail on the head. I had placed rf1.rectData(heightInput, widthInput); before actually taking the widthInput data from the user, so that's why it was coming up with funky...
  2. Replies
    7
    Views
    1,271

    Re: Are these math statements correct?

    I'm going to post both classes since it makes more sense that way.

    RectangleProgram:


    import java.util.Scanner;
    /**
    * This is the main class of RectangleProgram. This class will take
    *...
  3. Replies
    7
    Views
    1,271

    Are these math statements correct?

    I wrote a program to take two values from the user that will determine perimeter and area of a rectangle. However, when I run the program, it is only adding the area input values together instead of...
Results 1 to 3 of 3