Two of your classes can be converted to structs without issues. However, the class "SecondDegreeEquationSolution" cannot because structs cannot have parameterless constructors. So, if you can figure out a way to redesign the class without the default constructor, it should work.
On Jul 11, 3:42 pm, thread <[email protected]> wrote: > Hi all, > i need to change this code to use struct for all the types making the > equation and the solution > any ideas?
