05 December 2018

c#basics Functions, Memory Game, WriteLine($), C# website

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

Leave a comment

Design a site like this with WordPress.com
Get started