write a program that reads an integer as input and prints the hailstone sequence starting with the integer entered. format the output so that ten integers, each separated by a tab character (\t), are printed per line.



Answer :