in Java please
For this lab, you will find the area of an irregularly shaped room with the shape as attached.
Ask the user to enter the values for sides A, B, C, D, and E and print out the total room area.
Remember the formula for finding the area of a rectangle is length * width and the area of a right triangle is 0.5 * the base * height.
Sample Run:
Enter side A: 11
Enter side B: 2
Enter side C: 4
Enter side D: 7
Enter side E: 1
Sample Output:
Room Area: 53.5

in Java please For this lab you will find the area of an irregularly shaped room with the shape as attached Ask the user to enter the values for sides A B C D a class=