Question- write a function to compute the volume of a cone by using the base radius r and the height h of the cone as the parameters of the function Vcone = xr^2h/3
Be sure to include comments. The comment should explain the purpose of the program and the data to be entered.