Search:

Type: Posts; User: Dark knight

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,364

    Re: need to know how the code is running

    ohk sorry my bad!!!!! i was going to ask a different question accidentally copy pasted this one...
  2. Replies
    3
    Views
    1,364

    need to know how the code is running

    public void test(int x)
    {
    int odd = 1;
    if(odd) // if i write odd==1 it works but i have used this in C a number of times.
    {
    System.out.println("odd");
    }
    else ...
Results 1 to 2 of 2