Next Steps
Next Steps
This was just an introduction to conditionals, loop, and collections in C#. If you would like an additional review on this topic before starting the next chapter, check out the following articles and tutorials.
- Collections (C#)
- To Do List - C# Beginner Project by The Coders Cat is a great little project to practice working with conditionals.
- Rock Paper Scissors - C# Beginner Project by The Coders Cat is a great project to work with
switch
andbreak
statements.