Write a program which:

requests as input from the user two positive integers s and e, such that s < e.
outputs (i) the integer n belonging to [s,e] that generates the longest Hailstone sequence Sn, and (ii) the length of this longest Sn

i have no idea about how to use functions to implement this task...