Home Code Downloads Quadratic Equation Code
backofrouter150x600b.jpg
Quadratic Equation Code Print E-mail

This is a very basic program to calculate the quadratic equation.  It has a couple try catch blocks in case there is a divide by zero.  You enter the three variables (A, B, and C) and it will give you the two solutions.  If either or both cannot be determined it will list this also.

 

Download the VB.Net 2008 SP1 source code: code-quadraticequation.zip

 

Screen shot:

Quadratic Equation Screen Shot

 

This source is released under the GPL.