using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace study02 { internal class Program { static void Main(string[] args) { new App(); } } } using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace study02 { internal class App { //생성자 public App() { Zealot z..