9 of 100 menu

C++ Taskbook Level 1.9

Find the sum of the squares of all integers in the range from 1 to 100.

Given two words, check that the last letter of the first word matches the first letter of the second word.

Determine how many seconds are in ten days.

Print to the console all integers from -100 to 100.

Five symbols are given:

char chr1 = '1'; char chr2 = '2'; char chr3 = '3'; char chr4 = '4'; char chr5 = '5';

Merge these symbols into a number:

int 12345
enru