write a program to calculate the volume of cylinder
Answers
Answered by
0
Answer:
var pi = 3.15;
var radius = 20;
var height = 50;
radius *= 2
var answer = PI * radius * height;
console.log(answer);
Similar questions
Math,
16 days ago
English,
16 days ago
Math,
1 month ago
Social Sciences,
1 month ago
Science,
8 months ago