ms_learn_csharp/012_foreach_array_2/012_csharp.md

635 B

Challenge project

Develop foreach and if-elseif-else structures to process array data in C#

Demonstrate your ability to update a console app that implements arrays, foreach loops, and if statements in response to a user requested feature update.

Learning objectives

In this module, you'll demonstrate your ability to:

  • Revise a C# console application that uses nested foreach loops to access array data based on an updated feature specification.
  • Update the variables and if statements in a C# console application to create the code branches and calculations required to satisfy an updated feature specification.