C++ Taskbook Level 6.7
Ask the user to enter their phone number. Check if they entered the correct value.
Output to the console the dates of all weekends of the current year in the format year-month-day.
Given a number:
123456
Find the sum of the pairs of digits of this number. In our case, we mean the following:
12 + 34 + 56