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
- Solution to HomeWork
- Introduction to Functions
- Functions: solution for class exercise
- Functions: Write a program as a story
- Lesson Summary Video
- Home Work!
