Guided project – Develop conditional branching and looping structures in C#

Gain experience developing a console app that implements selection and iteration statements to achieve app specifications.

Learning objectives

In this module, you’ll practice how to:

  • Use Visual Studio Code to develop a C# console application that uses a combination of selection and iteration statements to implement logical workflows in accordance with supplied application data and user interactions.
  • Evaluate the underlying conditions and make an informed decision when choosing between if-elseif-else and switch statements, and between foreach, for, while, and do iteration statements.
  • Scope variables at an appropriate level within an application.

g add

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *