This is what i have so far i know its wrong im totally new to programming this is my first semester of C++ i have tried looking in book on the internet and still can not figure this out what i have to do is this use file I/O to read in a file that has three lines of text, and then for each line of text i have to take the first integer in each line and turn that into its Ascii Value equivalent Character value , then for the second integer in the line that becomes the field width , the next character in the line of text becomes the Left or Right justification and then the string at the end just has to get printed out at the end so for example if the line of text from the file reads "85.2 12k r C++ is fun" then i should get "UUC++ is fun"