Question: Write a MATLAB and C# program to find the surface area of a cone. i) Find the base area of the cone by using formula
Write a MATLAB and C# program to find the surface area of a cone. i) Find the base area of the cone by using formula in the following method. function [area]=BaseArea(r) ii) Find the surface area of the cone by multiplying the base area value with height (h) and length (l) in the following method. function [volume]=C Volume(r, h, l)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
