Question: ASAP! POST USING VBA CODE! A site with three ellipsoidal subdivisions needs to be cleared for construction. The XYZ tree cutting company charges $ 3
ASAP! POST USING VBA CODE!
A site with three ellipsoidal subdivisions needs to be cleared for construction. The XYZ
tree cutting company charges $ per square feet to clear trees and to stabilize the area and
would charge $ per linear to install fence around each subdivision. Develop a VBA code
that uses a for loop that calls FUNCTIONS do not use Subroutines to compute the area
and perimeter of each subdivision, considering that the ratio between the length of semimajor
axis and the length of semiminor axis of each ellipse is and the values
of is estimated to be and for the subdivision and respectively.
Estimate the total cost of the project for each subdivision individually. The code should print
all the results in a table like the following:
Hint : If your code keeps crashing "Runtime error : overflow", try changing the variable
type of the variable that is overflowing to "LongLong" or "Double". It should make your code
work with a wider range of values.
Hint : the area of an ellipse can be estimated as: Area
Hint : the perimeter of an ellipse can be approximated as:
~~
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
