Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    Yes that looks somewhat better.
    Have you checked that the matching {}s for each method do not include other methods?
    To help detect this go to each ending } and add a comment saying its the end of...
  2. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    Edit your post
    Use the Go Advanced button on the lower right.
    Select all your code.
    Press the #icon button in the upper right
    Press Preview Post
    Then press Submit
  3. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    The code you posted is not indented at each level of nesting within a pair of {}s.
    When looking at the code you should be able to go up in a column from a } to find the line with the beginning {.
    ...
  4. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    See post #10 for an example
  5. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    Did you look at it after you posted it? Do a Preview before posting to see if the code is formatted.
    It looks the same as post#1. It needs to be fixed!
    You need to wrap the code in code tags....
  6. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    If you want help with your problem, you need to post properly formatted code. Especially when it looks like the problem is with mismatched {} or misplaced methods or other code.

    You don't need to...
  7. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    Fix your post #1 so they all line up. See my post#2
  8. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    Those are weird compiler errors. What compiler are you using?
    Here is what the javac command outputs for me:


    TestSorts.java:138: cannot find symbol
    symbol : variable var
    location: class...
  9. Replies
    18
    Views
    4,191

    Re: weekly hours for each employee

    What is the full text of the error message. Please copy and paste it here.

    Please edit you code and wrap it in code tags to preserve the formatting. Use the #icon or
    see: BB Code List - Java...
Results 1 to 9 of 9