Write a loop from 0 to 100. It
should do the following:
print all numbers less than 10
print numbers divisible by 10
if the number is => 90 exit the loop
Take the roulette example and expand it. Using brute force
large numbers, try to determine what the average number of spins it
will take to land on the number 37.
*JAVA is the programming language.