Question: VISUAL BASIC Programming: Program 1: Areas You are to write a program that allows the user to select a geometric figure from a set of
VISUAL BASIC Programming: Program 1: Areas
You are to write a program that allows the user to select a geometric figure from a set of radio buttons contained in a GroupBox. The GroupBox can be found in the Containers folder of your Toolbox. Once the user selects on of the items and presses the button, the program must return appropriate InputBoxes to obtain the radius, length, width, and so on as needed. The form should appear as follows
The formulas for the areas are as follows:
Circle = pi * radius2 (declare pi as a constant equal to 3.14)
Triangle = * length * height
Square = length2
Rectangle = length * height
Be sure to clear the output area before each calculation


Areas Select your figure O Circle O Triangle O Square O Rectangle Calculate the area
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
