Should have textboxes and labels for num1, operand(+,-,*), num2 and a result label. The Calculate button should use a s
Posted: Fri Apr 29, 2022 6:33 am
Should have textboxes and labels for num1, operand(+,-,*), num2
and a result label. The Calculate button should use a switch
statement that changes based on the operand entered and performs
the selected calculation (add, subtract or multiply) and stores the
result in the label provided.
Add a Close button to close the form to return to frmMain.
in c#
and a result label. The Calculate button should use a switch
statement that changes based on the operand entered and performs
the selected calculation (add, subtract or multiply) and stores the
result in the label provided.
Add a Close button to close the form to return to frmMain.
in c#