codingtesst1 [Programmers] Lv.0 / PCCE / 4번 / 저축 / Java 문제 풀이import java.util.Scanner;public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int start = sc.nextInt(); int before = sc.nextInt(); int after = sc.nextInt(); int money = start; int month = 1; while (money 출처https://school.programmers.co.kr/learn/courses/30/lessons/250130 2024. 6. 18. 이전 1 다음