#for#for문#CSharp#C샵#C#2 _21_for_question [Question] for문을 사용해서 해결한다 나무를 20번 찍습니다 3번에 1번씩 '쩍'을 출력합니다 20번을 모두 완료하면 '나무가 쿵'을 출력합니다. using System; namespace _21_for-question { internal class Program { static void Main(string[] args) { for(int i=1; i 2023. 4. 20. _19_for using System; namespace _20_for { internal class Program { static void Main(string[] args) { //for문의 첫번째 위치로 이동 //int i = 0; for(int i = 0; i 2023. 4. 19. 이전 1 다음