Question from the C# - Fundamentals test

Write a C# program that prints 6WeLoveDevs to the console.

Easy
Console.Write(2+2+2); 
Console.Write(“We”+”Love”+”Devs”);

Which console output is correct:

Author: MaximeStatus: Published(Update)Question passed 525 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!