Review C#
Source: learn.microsoft.com -
The learning modules on this site are searchable.
- Store
and retrieve data using literal and variable values -
learn.microsoft.com
(~48 min) - Perform
basic string formatting -
learn.microsoft.com
(~54 min) - Perform
basic operations on numbers -
learn.microsoft.com
(~50 min) - Add
decision logic to your code using `if`, `else`, and `else if` statements -
learn.microsoft.com
(~56 min) - Store and
iterate through sequences of data using Arrays and the foreach statement -
learn.microsoft.com
(~51 min) - Call
methods from the .NET Class Library -
learn.microsoft.com
(~54 min)