Java Taskbook Level 1.9
Given two words, check that the last letter of the first word matches the first letter of the second word.
Write a program that will find out how many seconds are in a day.
Print to the console all integers from -100 to 0.
Three symbols are given:
char chr1 = '1';
char chr2 = '2';
char chr3 = '3';
Merge these symbols into a number:
int 123