I'm trying to pass the contents of a the file (Assignment3.txt) into a string. The text in the file is Ole Miss Stinks. I am able to retrieve the contents of the file and place it into string str in function readString. The value does get stored, but I'm having trouble passing it back up into main so that the string can be used throughout other functions. For example, I want the contents of str in readString to be able to be called in sayString. Any help would be greatly appreciated.