Search:

Type: Posts; User: AnilS23

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,430

    Re: Valid Java, compile

    How do I put a test program together for that? I am literally starting level and so un confident with Java
  2. Replies
    3
    Views
    1,430

    Valid Java, compile

    Hey I have this question in my assignment and I can't see why it would compile, so confused...any help with this question?

    The following code excerpt is valid Java

    if (b = check ()){...
  3. Replies
    3
    Views
    1,097

    Re: Java Operator precedence

    I haven't done that. I'm a beginner with Java, not great with it :$
  4. Replies
    3
    Views
    1,097

    Java Operator precedence

    Hi again guys,

    having some difficulty with this question :

    What does this code block print? Explain your answer using the Java
    operator precedence table.

    int x = 5;
    int y = 10;
    int z =...
  5. Replies
    2
    Views
    1,348

    Re: Snapshot sequence

    The lecturer has posted it on the course website and as a question for an assignment. I have sent him 3 e-mails over the course of the last month he has still not replied
  6. Replies
    2
    Views
    1,348

    Snapshot sequence

    Hi guys, having problems understand what exactly this means :

    Write a snapshot sequence for the computation 12 mod 5 of the following
    algorithm

    MOD
    Input: a non-negative integer a and a...
  7. Thread: If-goto Loop

    by AnilS23
    Replies
    2
    Views
    1,450

    Re: If-goto Loop

    Thanks for the reply, sorry about posting in multiple categories.
  8. Thread: If-goto Loop

    by AnilS23
    Replies
    2
    Views
    1,450

    If-goto Loop

    Hey guys,

    I have an assignment due for thursday and this is one of the questions

    Here is a for loop:
    1. for i equals 1 to 10
    2. an instruction
    3. another instruction

    Rewrite this loop in...
Results 1 to 8 of 8