Mod and \ practice.

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