Mod and \ practice.
Create a program which:
- Will give the Mod of two numbers the user puts in
- Will give the \ of two numbers the user puts in
- Have the Answer appear in a lable
- Should have:
- 2 textboxes (txtOne and txtTwo)
- 2 lables (one with the text Answer and another called lblAnswer with no text in it)
- 4 command Buttons
- Allow people to clear the textboxes and lable which displays the answer
- An end button to end the program.
See the solution