c# sqrt root

  1. T

    Question could someone explain the below code to me?

    Hi, I am a beginner in C# and am desperately looking for help. Basically, I do not understand why the following line in this method below: public static void Main(string [] args) { Console.Write("Enter a number: "); int n = Convert.ToInt32(Console.ReadLine()); Random random = new...
Back
Top Bottom