Untitled

 avatar
unknown
javascript
2 years ago
68 B
11
Indexable

function calcArea(raduis){
    return Math.PI * raduis * raduis;
}
Editor is loading...
Leave a Comment