Hello everyone, I am currently trying to work out a specific problem that I have been stuck on. The question is as follows: Design a flow chart algorithm to read the date and the high and low temperatures (in Fahrenheit) from a file, calculate and display the average temperature for the date (the date should be entered in the form MM/DD/YYYY). Display the output the date and the average temperature. Write a program of the flow chart algorithm developed for the question. I do not need help with the flow chart but I wanted some possible clarification on my error codes and possibly assistance on how I could better execute this. I have received the error code C2676 - binary '>>': 'std::ostream' does not define this operator or a conversion type acceptable to the predefined operator on lines 43 and 44. On lines 31 and 35 it is an error code C2679 and it says no operator found which takes a right hand operand of type 'const char [18]' (or there is no acceptable conversion). I do have 12 errors overall but I read that I should always start with the errors at the top of the list. My code is as follows: (also, I apologize for the long text and appreciate the feedback in advance.)