왜을 위한 루프를 자바에서 제공하는 다른 결과는 경우에 우리는 공간에서 print 문의 인쇄한 다음 변수

0

질문

public class Countingtable {
    public static void main(String[] args) {
        // write a program to count/increase a number by 2 everytime.
        int number1;
        for (number1 = 2; number1 <= 20; number1++)
            System.out.println("this number is a multiple of 2  " + number1);
    }
}

하는 경우,유의하시기 바랍를 제거 공간에서 인쇄 문게 다른 결과가? 어떤 단서 도움이 될 것입니다 그리고 감사

System.out.println("this number is a multiple of 2" + number1);
java
2021-11-24 06:52:27
1

최고의 응답

-1

이 하나의 재미이다. 당신이 볼 때에 너는 넣어 공간을 출력은 당신이 원하는대로

This number is multiple of 2 2
This number is multiple of 2 3
This number is multiple of 2 4

그러나 제거할 때 공간의 대답은 여전히 오른쪽 그러나 그것은 결과 함께 2 번 문에서 즉

This number is multiple of 22 -- here 2 is from the statement and the next one is from answer
This number is multiple of 23 -- here 2 is from the statement and the next one is from answer
This number is multiple of 23 -- here 2 is from the statement and the next one is from answer
2021-11-24 07:02:48

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................