C# program with more topics:
– if: condition
– if else: condition and false result
– while loop
– WriteLine to the screen
– ReadLine: reads the user input from the keyboard
– Convert.ToInt32: converts a text to an integer (since ReadLine returns a string)
07 November 2018
if, while, WriteLine, ReadLine, Convert.ToInt32