Java Taskbook Level 1.6
Find the sum of all integers from 1 to 100.
Three symbols are given:
char chr1 = '1';
char chr2 = '2';
char chr3 = '3';
Add the values of these symbols as integers.
Given an integer containing the number of megabytes:
int mb = 35;
Convert this value to bytes.