14 November 2018

c#basics functions, random, switch-case, GITHUB

Introduction to:
– writing our own functions: code inside a named paragraph
– generating Random numbers: using Random class
– switch-case: ease the long if-else
– building our first card GAME
– introduction to GITHUB repository: FREE cloud storage for our code!

11 November 2018

c#basics for loop, nested for, calculator, if-else-if

introduction to new concepts:
– for loop: used to iterate over a predefined range of numbers
– nested for: for inside a for
– if else else-if: use a condition on a negative flow
– building our first calculator

 

07 November 2018

c#basics if, while, WriteLine, ReadLine, Convert.ToInt32

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)

Design a site like this with WordPress.com
Get started