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 = "Hide Gloves";
Console.WriteLine("{0}", nickname);
int minArmor = 28;
int maxArmor = 32;
Console.WriteLine("{0} - {1}", minArmor, maxArmor);
string properties;
properties = "2";
Console.WriteLine("+{0} Random Magic Properties", properties);
}
}
}
'c# > 수업 과제' 카테고리의 다른 글
버스트 (0) | 2023.01.01 |
---|---|
Splint Mail Gloves (0) | 2022.12.30 |
Chain Gloves (0) | 2022.12.30 |
Gloves (0) | 2022.12.30 |
Empyrean Band (0) | 2022.12.30 |