Computer Science, asked by jobrulhaque1, 6 months ago

write a Fortran program to find the volume of a cylinder v=pi*r*r*h​

Answers

Answered by mango40
2

Answer:

jgditdiydyiydyid

Explanation:

iydiydiycjgcjgcgkd

vjdjgdjtdtjst

Answered by karthikkumar34
8

Answer:

int main()

{

float vol,r,h;

printf("enter radius: ");

scanf("%f",&r);

printf("enter height: ");

scanf("%f",&h);

vol=(22*r*r*h)/7;

printf("VOC: %f\n",vol);

return 0;

}

Explanation:

output:

enter height: 7

VOC: 1078.000000

follow me and please mark me as brainlliest answer.

Similar questions