Here is the homework I assigned in class today: Bring it to your next lab (Sep. 8 or Sep. 10). Write a complete C++ program that does the following: 1) Prints on the console: "Please enter an angle in degrees: " 2) Reads from the console a double number. 3) Prints out "The sine of the angle is X and the cosine of the angle is Y" where X and Y are the sine and cosine of the number. Make sure your program is complete! Review TCS 3. You do not need to run the program; type it or hand-write it and bring it to lab.