Learning Objectives
Methods, Scope and Accessibility Modifiers
- Defining and Calling Methods https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=gr5buWQIC_206218949 (One Video)
- Understanding Scope and Accessibility Modifiers https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=kCLKbyQIC_9106218949 (One Video)
The
while
anddo while
loops- While Iteration Statement https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=l5iWxYQIC_1306218949 (One Video)
Namespaces (do not reinvent the wheel), how to search for Microsoft Documentation
- Understanding Namespaces and Working with the .NET Class Library https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=JUpuxzQIC_5506218949 (One Video)
Instructor Presentation (20 minutes)
- Introduction to flowcharts using lucidchart.com
- Demo of using flowchart to solve the Pig Latin exercise
Team Challenge
- Finish the Pig Latin exercise
Quiz
- How does an
if
statement work? - How do professional developers use conditionals?
- What is the difference between
for
loops andwhile
loops? - Describe a time when a
while
loop should be used. - Describe a time when a
for
loop should be used. - How do professional developer use loops and conditionals in their projects?