Creating a Windows Form application and adding a root calculation results in an error.
System :: Math: a class declared as "abstract" does not allow for instantiation.
To calculate using the function Math.Sqrt
The form of the record is as follows: b = Math.Sqrt(a);