Basics #7

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 25/11/2019!

Functions:
– Use to module our code , and re-use the code
– Used with input parameters
– Used with return value

 

Leave a comment