디아블로

C#/수업 과제

2022.11.1 C# 수업과제 (디아블로 아이템 4)

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 AmuletName = "Hellfire Amulet"; string AmuletLevel = "Legendary Amulet"; string mainFunction = "Primary"; int minAmuletint = 626; int maxAmuletint = 750; string secondFunction = "Secondary"; int s..

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"; ..

Bueong_E
'디아블로' 태그의 글 목록