Computer Science, asked by rajbanshigautam47, 5 months ago

wap to display volume of a cylinder​

Answers

Answered by bindranil59
0

Answer:

1)Here we are using the float volume(float r,float h) function to calculate the volume of cylinder. 2)We are calling the function using the code v=volume(r,h). 3)The function volume(float r,float f) will calculate the volume and return the value, the return value will be assigned to variable “v”.

Answered by Anonymous
0

Answer:  1)Here we are using the float volume(float r,float h) function to calculate the volume of cylinder.

2)We are calling the function using the code v=volume(r,h).

3)The function volume(float r,float f) will calculate the volume and return the value, the return value will be assigned to variable “v”.

Explanation: hope it help you Please mark me as brilliant​  

Similar questions