Search:

Type: Posts; User: satyen

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,156

    Re: Java Urgent Help

    That's a shame because I am not a Student. I am helping my brother out whose going for a finance job and they have asked for him to do some code in java which is pointless for him as this is very IT...
  2. Replies
    1
    Views
    2,144

    Urgent - Please help to form code

    A zero-indexed array A consisting of N integers is given. A triplet (P, Q, R) is called a triangle if 0 ≤ P < Q < R < N and:
    A[P] + A[Q] > A[R],
    A[Q] + A[R] > A[P],
    A[R] + A[P] > A[Q].
    The...
  3. Replies
    6
    Views
    2,156

    Re: Java Urgent Help

    All I have is the question above with no other guidance. Do you think you could kindly form a rough code. Thank you
  4. Replies
    6
    Views
    2,156

    Java Urgent Help

    I have a java question. Can anyone help me solve it please. Much appreciated
Results 1 to 4 of 4