Multiple choice What is the class in System.Console.WriteLine()? System Console WriteLine None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation The above written line contains the namespace System. Console, which is the class used to write on to the console and the WriteLine is the method to write the line on the screen.