Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    4
    Views
    2,683

    Re: Baseball stats error

    You need to see how your code is executing by adding some printlns to see what values are being used. For example print out the value of the char returned by chatAt() to see what your code is looking...
  2. Replies
    4
    Views
    2,683

    Re: Baseball stats error

    How does your program count the outs?
    What is different about the line for Willy Wonk and the other lines where the code works?
    Why does your program work for the other lines?

    What is your logic...
  3. Replies
    4
    Views
    2,683

    Re: Baseball stats error

    Can your code detect what you don't want to count and not count it?

    Specifically what variables are being incremented when they should not be?
    What condition or data contents allows that to...
Results 1 to 3 of 3