Multiple choice Which of the following statement is used in C# to output any value or expression? System.out.println(xyz); cout< Console.WriteLine(xyz) dbms_output.put_line(xyz) printf(%s,a); Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct output statement used in C# to output any value.