Problem
Write a java program that finds the first number in a hailstone sequence, using the number of iterations for the first number in the sequence. Have the user input the number of iterations and find the smallest positive first number in the hailstone sequence.