| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
                            Tags
                            
                        
                          
                          - meta
- 오큘러스
- 멀티플레이
- 드래곤 플라이트
- 연습
- VR
- 유니티 UI
- 유니티 GUI
- Amazon S3
- AWS
- 개발일지
- 팀 프로젝트
- ChatGPT
- OVR
- 개발
- Photon Fusion
- Oculus
- 모작
- Unity
- 아마존
- 오브젝트 풀링
- 유니티
- 팀프로젝트
- 포트폴리오
- 드래곤 플라이트 모작
- meta xr
- 가상현실
- 유니티 Json 데이터 연동
- CGV
- 길건너 친구들
                            Archives
                            
                        
                          
                          - Today
- Total
EasyCastleUNITY
2023/07/20 퀴즈 8번 본문
using System;
namespace LearnDotnet
{
    internal class Program
    {
        static void Main(string[] args)
        {
            Console.Write("줄넘기 횟수를 입력 하세요:");
            string countChar = Console.ReadLine();
            int count = Convert.ToInt32(countChar);
            for (int i = 0; i < count; i++)
            {
                Console.WriteLine("줄넘기를 {0}회 했습니다.", i+1);
            }
        }
    }
}
'C#프로그래밍' 카테고리의 다른 글
| 2023/07/20 퀴즈 10번 (0) | 2023.07.20 | 
|---|---|
| 2023/07/20 퀴즈 9번 (0) | 2023.07.20 | 
| 2023/07/20 퀴즈 7번 (0) | 2023.07.20 | 
| 2023/07/20 퀴즈 6번 (0) | 2023.07.20 | 
| 2023/07/20 퀴즈 5번 (0) | 2023.07.20 | 
 
                   
                   
                  