Start Course
Learn the basic syntax and thought processes required to build simple applications using C#.
There are no reviews yet.
Your email address will not be published. Required fields are marked *
Your Rating
1 2 3 4 5
Your Review *
Name *
Email *
Save my name, email, and website in this browser for the next time I comment.
Gain experience developing a console app that implements arrays, foreach loops, and if statements to achieve app specifications.
Gain experience developing an application that will calculate and display results based on given data.
Learn how to add branching logic that matches one variable or expression against many possible values.
Work with sequences of related data in data structures known as arrays. Then, learn to iterate through each item in the sequence.
The next step after using procedural code is to write modular software by using functions. Functions, from simple ones to multiple-argument ones, are useful in making code reusable.
Learn the operators and techniques used to perform basic math operations on numeric data.
There are no reviews yet.