C#/수업 과제

C#/수업 과제

2022.12.30 C# 수업과제 (디아블로 아이템 2)

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace diablo_game_item { class Program { static void Main(string[] args) { string ShoulderName = "Razeth's Volition"; string ShoulderLevel = "Legendary Shoulders"; int minShoulderArmor = 58; int maxShoulderArmor = 68; string category = "Armor"; string mainFunction = "Primary"; ..

C#/수업 과제

2022.12.30 C# 수업과제 (디아블로 아이템 1)

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 bracersName = "Ashnagarr's Blood Bracer"; string bracersLevel = "Legendary Bracers"; int minBracersArmor = 16; int maxBracersArmor = 19; string category = "Armor"; string mainFunction = "Primary"; float..

Bueong_E
'C#/수업 과제' 카테고리의 글 목록 (4 Page)