1.2 KiB
1.2 KiB
Get Starting C#
Following freecodecamp
Foundational C# with Microsoft
- First Code
- Store and retrieve data
- Basic String Formating
- Basic operations on numbers
- Calculate and print student grades
- Calculate students final GPA
- Call methods from the .NET Class Library
- if and if else
- array and foreach
- Conventions
- Guided Project - foreach
- Challenge Project - foreach
- Evaluate Boolean expressions
- Control variable scope and logic
- switch case construct
- switch case construct