G
Guest
Hi. I'm trying to construct a simple console application in c#. I basically
want to print out the sqrt of 9, here's the line:
Console.WriteLine(Math.Sqrt(9));
But an error is saying that an assembly is missing. The namespace system is
already imported, anyone know how to get this working?
I'm using vs.net 2003.
Rats
want to print out the sqrt of 9, here's the line:
Console.WriteLine(Math.Sqrt(9));
But an error is saying that an assembly is missing. The namespace system is
already imported, anyone know how to get this working?
I'm using vs.net 2003.
Rats