1 2739λ² κ΅¬κ΅¬λ¨ import java.util.Scanner; public class step03_1 { public static void main(String[] args) { //2739λ². κ΅¬κ΅¬λ¨ Scanner sc = new Scanner(System.in); int n = sc.nextInt(); sc.close(); for(int i=0; i=1&& n0){ System.out.println(n + " * " + i + " = " + n*i); } } } } 2 10950λ² A+B - 3 import java.util.Scanner; public class step03_2_a { public static void main(String[] args) { //10950λ². A+B-3 Scan..