I am working on a program that requires the user to input a string (full and last name) and the output has to be the first name initials and the full last name.
I think I got most of it but there is one minor detail that I am not able to adjust.
The last name is printed vertically, and I don't know why.
What should I do to print it correctly?
Thanks