using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security.Policy;
using System.Text;
using System.Threading.Tasks;

namespace LearnDotnet
{

    internal class Program
    {
        
       
        static void Main(string[] args)
        {
            

            for(int i = 0; i <5; i++)
            {
                Console.WriteLine("줄넘기를 했습니다.");
            }

           

        }
    }
}

반응형

'KDT > C# 프로그래밍' 카테고리의 다른 글

5번 문제  (0) 2023.07.20
4번 문제  (0) 2023.07.20
3번 문제  (0) 2023.07.20
2번문제  (0) 2023.07.20
열거형  (0) 2023.07.20

+ Recent posts