프로그래밍피드백 #피드백 #코드피드백 #씨샵프로그래밍 #씨샵 #계산기프로그램1 윈도우 계산기 프로그램 _ C# (망한코드) using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace 윈도우_계산기_프로그램 { public partial class Form1 : Form { private int num1,num2,memory; String nums = null; private char op; bool opCheck = false, numCheck = false, firstInput = tru.. 2021. 10. 14. 이전 1 다음