IN C++ Write a program that reads a word and prints each character of the word on a separate line. For example, if the user provides the input "Kathy", the program prints: Kathy I know most of this except how to format the output onto individual lines.