Rust 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:
let chr1: char = '1';
let chr2: char = '2';
let chr3: char = '3';
let chr4: char = '4';
let chr5: char = '5';
Merge these symbols into a number:
12345