Java Taskbook Level 1.8
Print to the console all integers from 100
to 1
.
Given a string:
"abcde"
Loop through and output to the console one by one all characters from the end of the line.
Given an integer containing the number of bytes:
int b = 3535645778;
Convert this value to gigabytes, megabytes, and kilobytes.