1 import java.util.Scanner; 2 // 3 //public class Test { 4 // static void qwerty(int a){ 5 // System.out.println(a); 6 // a = a*10; 7 // } 8 // static void qwerty2(){ 9 // Test test = new Test(); 10 // int b = test.a; 11 // } 12 //} 13