Бесплатный курс лекций по Python
Начало 11 декабря. Расписание: пн, чт в 20.15-21.00. Для записи вступи в канал →
61 of 100 menu

C++ Taskbook Level 7.1

Make a function that will return the current day of the week as a word.

Create a function that will receive a date as a parameter and return the day of the week as a word corresponding to this date.

Make a function that will take seconds as a parameter and return the number of days corresponding to these seconds.

Make a function that takes a number and a string as parameters and trims the string to the length specified by the first parameter.

Make a function that will receive a date as a parameter and return the zodiac sign corresponding to this date.

Create a function that takes a number as a parameter and returns the sum of its divisors.

rufrptuzhu