-
For 구간반복 (실습)for 문 별표 삼각형 만들기 class ForTriangle { static void Main(string[] args) { //행 반복 for (int i = 1; i < 5; i++) { //열 반복 for (int j = 1; j