Home > Net >  C # use arithmetic operators to develop simple calculator
C # use arithmetic operators to develop simple calculator

Time:10-12

For the complete code!!!!!!!!!!!!!!!!!!!!!!!!!

CodePudding user response:

An interface, take the textbox string, see
https://bbs.csdn.net/topics/392805761
6th floor code

CodePudding user response:

Int a=(int) textbox1. Text
Int b=(int) textbox2. Text
String c=textbox3. Text
While
Cese: c
The return of a + b
Cese:
.
And so on
  •  Tags:  
  • C#
  • Related