+ 4
For each Print, just pass the argument as input. Keep in mind that Console.ReadLine gets a string, you require to convert it to the respective data type. For information on how to take the user input, refer:
https://www.sololearn.com/learn/CSharp/2585/
As for the very first one,
Print(Convert.ToInt32(Console.ReadLine()));