2016년1 [프로그래머스] 2016년 [Java/자바] 문제:https://programmers.co.kr/learn/courses/30/lessons/12901 코드:https://github.com/irerin07/AlgorithmStudyBaek/blob/master/src/programmers_lvl_1/programmers12901.java public class programmers12901 { public static void main(String[] args) { int a = 1; int b = 7; System.out.println(solution(a,b)); } public static String solution(int a, int b) { String answer = ""; int[] month = {31, 29, 31, 30, 31,.. 2019. 9. 27. 이전 1 다음 728x90