The following program is supposed to produce the output below….

Question Answered step-by-step The following program is supposed to produce the output below…. The following program is supposed to produce the output below. Locate errors in the programand briefly describe how to correct the program. Image transcription text1: #include 2: #include 3: using namespace std; 4: 5: int main() 6: { 7: int hours,rate, pay; 8: pay = hours*rate; 9: 10: cout << "How many hours did you work? "; 11 : cin <