[프로그래머스,Level 1] 소수 찾기 (JAVA 구현)
·
CodingTest/프로그래머스(Programmers)
-첫 풀이 class Solution { public int solution(int n) { int answer = 0; for(int i = 2; i