Search:

Type: Posts; User: moneyman021

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,247

    Re: what wrong with this??

    sephskie, you can still edit your code and add the highlighting tags...makes it easier for forum users to help you.
  2. Replies
    10
    Views
    3,159

    [SOLVED] Re: (Beginner) Program doesnt work

    Buh how come it then responded to the && instead of the lgical OR.

    Thought that for an OR, if one of the statements is true, the condition is true, but for the AND, if 1 is false, then the whole...
  3. Replies
    2
    Views
    4,298

    Re: MinMaxAccount

    Am a beginner too but an idea of how the other classes look like would be really help me in helping you solve this problem.

    Also if the debit method is in the superclass you can override it in...
  4. Replies
    10
    Views
    3,159

    [SOLVED] Re: (Beginner) Program doesnt work

    I have managed to debug it successfully...apparently all my || were wrong and were meant to be &&

    That leads me to ask; What is the difference between && and || ? And what exactly do they mean...
  5. Replies
    10
    Views
    3,159

    [SOLVED] Re: (Beginner) Program doesnt work

    Either its not reading the String well or it's not returning the correct char.
    It has no compile errors...just an endless do...while loop
  6. Replies
    10
    Views
    3,159

    [SOLVED] Re: (Beginner) Program doesnt work

    Ignore the last printf method in the program. I have corected that.
  7. Replies
    10
    Views
    3,159

    [SOLVED] (Beginner) Program doesnt work

    What IS wrong with my code...I cant figure it out
    Its meant to read a String in the do..while loop and get the char at the 0 position



    /*
    Drivers are concerned with the mileage their...
  8. [SOLVED] Re: (Total begginner) simple GUI program nt displayin

    Also, what does the /this/ keyword mean
  9. [SOLVED] Re: (Total begginner) simple GUI program nt displayin

    Thanks all of you. It was a logical error...
    My first time in a forum and I was'nt disappointed...Nice!!!
  10. [SOLVED] Re: (Total begginner) simple GUI program nt displayin

    yeah, netbeans said sumtin abt it bein overridden
  11. [SOLVED] (Total begginner) simple GUI program nt displayin

    dis code compiles w/o errors and runs buh doesnt produce d desired effect...its supposed to paint lines like d ones in the picture

    940
    pls kindly check it out

    d DrawPanelTest class just runs...
  12. Replies
    6
    Views
    1,142

    Re: Help fixing my first program

    can you pls put a solved also...so dat we dont come here agn :-<
Results 1 to 12 of 12