Search:

Type: Posts; User: unleashed-my-freedom

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,282

    [SOLVED] Re: Can someone explain to me?

    so we use temp just to increase the order by 1?
  2. Replies
    5
    Views
    1,282

    [SOLVED] Re: Can someone explain to me?

    At first, I had 10 20 30 40
    But the temp, I had 40 10 20 30.
    So you mean if I use temp, the number will (in this case) increase by 1 position?
  3. Replies
    5
    Views
    1,282

    [SOLVED] Can someone explain to me?

    Can someone explain the coding in bold to me? I don't understand how to get 40 10 20 30.

    public class Rotater {


    public static void main(String[] args) {


    int a = 10, b = 20, c...
Results 1 to 3 of 3