728x90 반응형 1938. 아주 간단한 계산기.D11 1938. 아주 간단한 계산기.D1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); System.out.println(a+b); System.out.println(a-b); System.out.println(a*b); System.out.println(a/b); } } Colored by Color Scripter cs 2022. 2. 5. 이전 1 다음 728x90 반응형