Write a function to calculate the volume and surface area of a right circular cone. The Radius -1 a vector Height [10 20 30] are given Your function must calculate and return the area and volume corresponding to the input Radius and Height. Do not use Radius, Volume, Area, or Height as variables in your function. Be sure to use the function header (as shown below) and document your code using comments. Be
OR
OR