1
Answer

Help with First Calculator Program

Ask a question
dan hickson

dan hickson

12y
1.1k
1
Hi, new to c# and visual studio. Just doing my first calc program. The add and subtract works ok but I cant get multiply and divide to work. I originally used booleans and so when add/subtract was clicked it would set the bools to true or false which worked ok.

But now I am trying to use a switch so i can understand it a bit. Please can someone look at my code and help me.

See attached




Attachment: calc.zip

Answers (1)