Write a Java program that calculates the areas of different geometrical figures. Your program should display menu as below: ---------------------- | GEOMETRICAL FIGURE | | CALCULATIONS | ---------------------- | Figure: | | 1. Circle | | 2. Triangle | | 3. Ellipse | | 4. Trapezium | ---------------------- | Type number desired | | | ---------------------- After choosing the option program should ask the user for the data required (height, width, radius etc.) to calculate the area. Program displays the result of figure field calculation based on entered data.