0
Input problem
I have created a calculator app but i have a problem with how to input the first num ,operand and second num. can i get anyone to help me
1 Respuesta
+ 1
If you make a console app, then you can use console.ReadLine method for numbers and operation sign input.