10 of 100 menu

Java Taskbook Level 1.10

Find the sum of all even integers between 1 and 100.

Write a program that will find out how many seconds are in a year.

Given some integer:

int num = 12;

Print all divisors of this number to the console.

Given a number:

float num = 12345;

Divide it by two as many times as necessary until the result is less than 10. How many iterations does this require?

enru