Hailstone HOTPO Time Limit: 2000/1000ms (Java/Others) Problem Description: The hailstone sequence is formed in the following way: (1) If n is even, divide it by 2 to get n' (2) If n is odd, multiply it by 3 and add 1 to get n' It is conjectured that…