Error in C# fundamentals?

So I’m taking the very first The Ultimate C# series Part 1.

In the section on Control Flow, in the first Exercises, it asks you to get input from the console to then use if’s and switches to compare things.

However, nothing in the tutorial has yet shown how to do take input from the console, we’ve only seen Console.WriteLine and no equivalent “Console.ReadLine”, otherwise taken any input from the console - IS THIS INTENTIONAL? Did I miss something?

It is easy enough for me to google and figure out how to do this (which is probably a valuable programmer skill), but if it was unintentional error in the course I wanted to ask