Question: Hi can someone do this in C++? Original Image Ca (60,0) C2 (100, 60) Co (0,0) C1 (100, 0) D2 (56.60, 101.96) Rotated 30 Degrees
Hi can someone do this in C++?

Original Image Ca (60,0) C2 (100, 60) Co (0,0) C1 (100, 0) D2 (56.60, 101.96) Rotated 30 Degrees D (-30.00, 51.96) Di (86.60, 50.00) Do(0, 0) Using this information, write a procedural program that prompts the user to enter the size of the image (width and height) and desired angle of rotation. The program will then display the coordinates of the original image (C0, C1, C2, & C3) and the coordinates of the rotated image (D0, D1, D2, & D3). Original Image Ca (60,0) C2 (100, 60) Co (0,0) C1 (100, 0) D2 (56.60, 101.96) Rotated 30 Degrees D (-30.00, 51.96) Di (86.60, 50.00) Do(0, 0) Using this information, write a procedural program that prompts the user to enter the size of the image (width and height) and desired angle of rotation. The program will then display the coordinates of the original image (C0, C1, C2, & C3) and the coordinates of the rotated image (D0, D1, D2, & D3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
