티스토리 뷰

C#/수업 과제

포켓몬-케이시

Game Client Lee Hwanguk 2023. 1. 1. 01:20

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace 포켓몬
{
    internal class Program
    {
        static void Main(string[] args)
        {
            string name = "케이시";

            string level = "LV.9";

            string type = "에스퍼";

            string tall = "키    0.84m";

            string weight = "몸무게    16.36kg";

            string parents = "어버이   레드";

            string IDNo = "IDNo  813968";

            string exp = "현재 경험치    419";

            string nextLevel = "다음 레벨까지    141";

            Console.Write("{0}\t{1}\n{0}\t{2}\n{3}\n{4}\n{5}\n{6}\n{7}\n{8}\n", name, level, type, tall, weight, parents, IDNo, exp, nextLevel);
        }
    }
}

'C# > 수업 과제' 카테고리의 다른 글

포켓몬-팬텀  (0) 2023.01.01
포켓몬-토게피  (0) 2023.01.01
포켓몬-잠만보  (0) 2023.01.01
포켓몬-스라크  (0) 2023.01.01
포켓몬 -불꽃숭이  (0) 2023.01.01
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/07   »
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
글 보관함