윈도우계산기프로그램 #윈도우계산기 #씨샵윈도우계산기 #씨샵프로그래밍 #씨샵 #계산기프로그래밍1 윈도우 계산기 프로그램 _ C# 기본 동작과 메모리 정도만 구현했음 5+40 = 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 { public bool isNewNum = true; private double savedValue = 0; private string myOperator=null; .. 2021. 10. 14. 이전 1 다음