using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
string nickname;
nickname = "Gloves";
Console.WriteLine("{0}", nickname);
int minArmor = 4;
int maxArmor = 5;
Console.WriteLine("{0} - {1}", minArmor, maxArmor);
}
}
}
'c# > 수업 과제' 카테고리의 다른 글
버스트 (0) | 2023.01.01 |
---|---|
Splint Mail Gloves (0) | 2022.12.30 |
Chain Gloves (0) | 2022.12.30 |
Hide Gloves (0) | 2022.12.30 |
Empyrean Band (0) | 2022.12.30 |