Practice · 4 of 4
One line, two calls
CHALLENGE
Difficulty: beginner+25 XP
Using exactly ONE Console.Write and ONE Console.WriteLine (in that order), make program() print A B on a single line. Write prints A , WriteLine prints B.
Press Submit to check your solution.
Back to lesson: Practice: First steps