Search:

Type: Posts; User: Rhiannon1488

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,115

    Re: Why is my Code not working?

    C:\Users\rhiannon\Desktop\CalculateRectangle.java:5: error: <identifier> expected
    public static void(Strings[] args)
    ^
    C:\Users\rhiannon\Desktop\CalculateRectangle.java:11:...
  2. Replies
    5
    Views
    1,115

    Re: Why is my Code not working?

    I'm know about loops, but for some reason my programs never run when I try to program loops

    --- Update ---

    I edited my posts and copy and pasted my code. How would I use a loop?
  3. Replies
    5
    Views
    1,115

    Why is my Code not working?

    I was suppose to create a simple Java program for calculating the area of a rectangle (height * width). Then check the
    user’s input, and make sure that they enter in a positive integer, and letting...
Results 1 to 3 of 3