Cool site to run c# code from the web: https://dotnetfiddle.net/
We learn how to use Console.WriteLine with $. for example:
int x = 10;
Console.WriteLine($”x is equal to : {x}”)
Memory Game project – due date 19/12/2018!
Functions:
– Use to module our code , and re-use the code
– Used with input parameters
– Used with return value