Почему цикл For в java дает разные результаты, если мы поместим пробел в инструкцию print, а затем выведем переменную
#java Вопрос: 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…