Write a Matlab script name spheres that will calculate the surface area and volume of fivespheres. The script should prompt the user to enter one vector containing 5 numbers(diameters) and return a two-dimensional matrix containing the surface area and volume of fivespheres. Calculate the surface area and volume for spheres with diameter of 1, 2, 3, 4, and 5.