If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
Use Visual Studio Code to develop C# console applications that implement arrays, foreach loops, and if statements.
---------------------
Learning objectives
…...more
Use Visual Studio Code to develop C# console applications that implement arrays, foreach loops, and if statements.
---------------------
Learning objectives
Install and configure Visual Studio Code
Call methods from the .NET Class Library using C#
Add decision logic to your code using `if`, `else`, and `else if` statements in C#
Store and iterate through sequences of data using Arrays and the foreach statement in C#
Create readable code with conventions, whitespace, and comments in C#
Develop foreach and if-elseif-else structures to process array data in C#