Search:

Type: Posts; User: destinedtale

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    944

    Re: Java problem

    Would like to thank DuncanS, Cornix and mod for the help.

    Although i got the output i wanted, i still need some clarification. Based on the question, shouldn't the code be
    if num2 and num3 are...
  2. Replies
    7
    Views
    944

    Re: Java problem

    here's the problem. If i complete the java code for the following question. I'm getting "Don't know" respond even though i'm suppose to get a "Two larger" respond from the system.

    The question...
  3. Replies
    7
    Views
    944

    Re: Java problem

    I'm suppose to get the output of two larger if i enter 2 for first number, 15 for second and 34 for third.
    using the if else method. But instead i'm getting don't know which is not the result the...
  4. Replies
    7
    Views
    944

    Java problem

    write a program to ask the user to enter 3 numbers called num1, num2 and num3. The program should print "Two larger" if num2 and num3 are both larger than 15. Else if num2 is between 5 and 10,...
Results 1 to 4 of 4