Dive into the application of basic looping techniques in real scenarios. This course will allow you to apply your C# knowledge to solve practical tasks, developing your skill in real-world applications of simple loops.
Overview
Syllabus
- Lesson 1: Pairing Opposite Elements in Arrays with C#
- Geometrical Mean of Opposite Pairs in an Array
- Reverse Counterpart Pairs in a List
- Pairing and Summing Opposite Elements in an Array
- Lesson 2: Traversing Digits and Summing Even Numbers in C#
- Calculating the Product of Odd Digits
- Reversing the Digits of an Integer
- Duplicate Every Digit in a Number
- Counting Consecutive Equal Digits in an Integer
- Lesson 3: Exciting Exploration of C# Strings
- Special Order Character Selection from a String
- Repeat Character Jump Task
- Reversing Triplets in a String
- Lesson 4: Center-Out Array Traversal in C#
- Manipulate Array by Multiplying Opposite Elements
- Pairing Elements from Middle to Ends of an Array
- Unusual Array Traversal
- Lesson 5: Handling and Manipulating Strings in C#
- Run-Length Encoding in C#
- Identifying Consecutive Character Groups in Reverse
- Identifying Consecutive Pairs of Characters in a String