List of exercises c#
Below this page you can find a list of exercises in C# where you can practice and learn with exercises of flow control in C#.
- Positive and negative
- Multiply if not zero
- Divide if not zero
- Divide if not zero (using "else")
- Greatest of three numbers
- Repeat until 0
- Repeat until 0 (do-while)
- while + counter
- Times table
- Odd numbers, descending
- Sum numbers
- Two negatives
- One or two negatives
- Multiples
- Number repeated
- Password
- Password
- Many divisions
- Several mutiplication tables, do-while
- Square
- Break & continue
- Rectangle
- Repetitive structures
- Digits in a number
- Hollow square
- Product
- Absolute value
- Hollow rectangle
- Statistics
- Switch
- Conditional operator, positive & smaller
- Prime number
- Conditional operator
- Give change
- Exceptions