The document declares 16 double variables to store values from text boxes and performs calculations. It calculates the areas of 3 shapes and stores them in Area1, Area2, and Area3 variables. It then calculates the total area AreaT by summing the 3 individual areas. Finally, it displays the total area in a 17th text box.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views2 pages
Dim As Double Dim As Double
The document declares 16 double variables to store values from text boxes and performs calculations. It calculates the areas of 3 shapes and stores them in Area1, Area2, and Area3 variables. It then calculates the total area AreaT by summing the 3 individual areas. Finally, it displays the total area in a 17th text box.