for문1 13.조건문 - for문 for문의 수행 순서 for(초기화식; 조건식; 증감식) { 수행문; } 예제) public class ForTest { public static void main(String[] args) { // TODO Auto-generated method stub int count = 1; int sum = 0; for(int i=0; i 2022. 5. 17. 이전 1 다음