![프로그래머스 Lv.0 나이 출력](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FmMHBV%2FbtsDqO1tpwr%2FE32lnTfN80i5qizArLHNK0%2Fimg.png)
프로그래머스 Lv.0 나이 출력개발자가 되기까지 (2023.08.16~2024.04.15)/[Algorithm] Programmers ver.Java2024. 1. 12. 20:21
Table of Contents
<Solution>
class Solution {
public int solution(int age) {
int answer = (2022 - age) + 1;
return answer;
}
}
728x90
@rlozlr :: 얼렁뚱땅 개발자
얼렁뚱땅 주니어 개발자
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!