Search:

Type: Posts; User: SquishyBum

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    844

    Re: Help me find the right answers

    I think they should be:

    1. d
    2. a
    3. c

    Didnt want to post my answers though but i think its that.

    Squish
  2. Replies
    2
    Views
    844

    Help me find the right answers

    Hey !

    I am doing a test and i need some help with the following questions:

    1. What is JUnit testing?
    a) A way of writing the code.
    b) A guideline with best practices.
    c) A programming...
  3. Thread: Need help

    by SquishyBum
    Replies
    0
    Views
    402

    Need help

    Hello.

    I have a few questions:

    1. Which of the following for loop statements are correct? *
    for(int i = 0; i < 10; i++);
    for(i < 4; i++; i = 8);
    none of the answers is correct
    for(int i =...
  4. Just a beginner asking for help with 1 line of code

    Hello everyone. I started learning Java just now and right now writing simple codes. Made a program, where it displays all the numbers from the range 1 - 100 which are divisible by 5
    // beginning...
Results 1 to 4 of 4