51 of 100 menu

Rust Taskbook Level 6.1

Print the current date in the format year-month-day.

Display the name of the current month.

Display the name of the current day of the week.

Ask the user to enter a number via the console. As a result, print the square root of that number.

There is a certain line with the words:

"aaa bbb ccc eee fff"

Delete every second word from this line. In our case, we should get the following:

"aaa ccc fff"
enru