This repository contains educational tasks in C++, taken from the textbook available at: Yandex School of Interface Development.
2.1. First step
- 2.1.1. Print text
- 2.1.2. Sum of numbers
2.2. Types
- 2.2.1. Inches
- 2.2.2. Arithmetic progression
2.3. Branches and cycles
- 2.3.1. Queen Code
- 2.3.2. Rectangular triangle
- 2.3.3. Fiscal year
- 2.3.4. Number of days per month
- 2.3.5. Render Calendar
- 2.3.6. Summa of digits
- 2.3.7. ln 2
2.4. Vectors and strings
- 2.4.1 Passwords
- 2.4.2 Soundex
- 2.4.3 Reverse permutation
- 2.4.4 Descending sort order
- 2.4.5 Palindromes
- 2.4.6 Sapper
- Clone the repository to your local computer.
- Open the task files in a C++ development environment.
- Solve the tasks independently or study the solutions provided in each file.
- Experiment and improve your C++ programming skills.
For more detailed information about C++ and the tasks, visit the Yandex School of Interface Development.