Meri kalam se
Wednesday, 16 February 2022
Volume of a cyliner in C
#include
<stdio.h>
int
main
()
{
int
radius
=
34
;
float
pi
=
3.14
;
int
height
=
9
;
printf
(
"The volume of a cylinder is:
%f
"
,
pi
*
radius
*
radius
*
height
);
return
0
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment