0
Compilation Error
The link below is a URL to my code: https://code.sololearn.com/ck9F9n3LM5ix/#cpp ____________________________________________ I'm currently receiving a compilation error my output. With the amount of experience I currently have (less than a month), the issue doesn't seem obvious to me. I know function next(int n) works as intended, but I believe the issue is within function hailstone_Sequence(int n). The hailstone_Sequence(int n) function is to take an integer 'n' and writes the entire sequence starting a 'n', void return type. Any advice or suggestions on what maybe the issue would be much appreciated. Thank you. v/r Sherwin Slaughter
1 Resposta
0
I see no error here