ARTICLE AD BOX
I'm trying to make a program that calculates the quadratic formula in visual studio, so i can have some assistance on my studies. I have no difficulty with syntax, variable types and et cetera, because in it's core, the operation is very simple. But i found a new problem, because i wanted to write out the results, but to write using Console.Writeline, i need a string, and then, i'd need to turn the variable's value into a string.
Can anybody help me?
I've already tried to add the variable to a string, writing out the variable, turning the variable into a string, and many other things, to no success.
