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
Loading
Satyapriya NayakPosted Aug 11, 2012, 11:27 AM
Please refer the below links
http://www.codeproject.com/Articles/1410/A-Calculator-using-C
http://www.c-sharpcorner.com/UploadFile/abhijeetwarker/WindowsCalculatorinCS12032005065202AM/WindowsCalculatorinCS.aspx
http://www.c-sharpcorner.com/uploadfile/davidkulbok/calculatorincsharpwindowsappliaction11292005015717am/calculatorincsharpwindowsappliaction.aspx
Thanks