Search:

Type: Posts; User: ijakic

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,996

    Re: for(int x = 0; x

    Haaa finally understood. I had to sort out in my head how all this works and it takes its time.

    step 1. go to char to ASCII and see how the spacing is essentially 32 numeric value

    step 2....
  2. Replies
    7
    Views
    1,996

    Re: for(int x = 0; x

    Thanks for helping me. I will keep learning Java, I have to admit, all this it confuses me a bit, but I believe that everything will fall into place.
  3. Replies
    7
    Views
    1,996

    Re: for(int x = 0; x

    Honestly, I have no idea. Question number 6.

    https://github.com/learning-zone/java-interview-questions/blob/master/java-multiple-choice-questions-answers.md

    It was simply incomprehensible to...
  4. Replies
    7
    Views
    1,996

    Re: for(int x = 0; x

    Thanks for the reply, it was not my intention to add a space at all. I saw a question like this on some java interview question list and I was a little confused and lost when I saw an answer that was...
  5. Replies
    7
    Views
    1,996

    for(int x = 0; x

    Why
    ...
    for(int x = 0; x <= 4; x++){
    System.out.println(x + ' ');
    ---
    Give output
    32
    33
    34
    35
Results 1 to 5 of 5