Search results for query: *

  1. A

    Question Having problems throwing an acception when zero is entered in the form for math

    I coded the application like this, but it just seems like I might have missed something in a previous chapter, as we programmers like to make it simple. Just seems like to much code. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using...
  2. A

    Question Having problems throwing an acception when zero is entered in the form for math

    This is for class, and I do not expect the answer, just pointed in the right direction. The code I have written is correct according to the current point in the class, but I just can not get an exception thrown into the lblResponse.txt when zero's have been entered. If a zero has been entered...
Back
Top Bottom