Search:

Type: Posts; User: Hello_World!

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    2,445

    Re: Using Nested Loops

    So tell me, when you first start learning something at school or university, do they expect you to learn everything on your own, or do they help you solve things ?

    I understand your point about...
  2. Replies
    2
    Views
    2,299

    Re: Read text file

    Replace the following line:

    jTextArea1.setText(text);

    with the following :
    System.out.println(text);

    If you see your file completely ( not only the first line ), then something wrong with...
  3. Replies
    18
    Views
    1,530

    Re: Java Equation correct syntax

    I was referring to Macko....
  4. Replies
    18
    Views
    1,530

    Re: Java Equation correct syntax

    Hey I have a question for you, can you try the following :

    (vp1t + vp2t) / 2 -- > note the parenthesis.


    And let me know if u get the results you need ?
Results 1 to 4 of 5