Java Taskbook Level 1.5
Print to the console all numbers multiples of three in the range from 1 to 100.
Given two integers, check that the first number is divisible by the second without remainder.
Three symbols are given:
char chr1 = 'a';
char chr2 = 'b';
char chr3 = 'c';
Merge these characters into a string:
String "abc"
Given an integer containing the number of kilobytes:
int kb = 35;
Convert this value to bytes.