Untitled

 avatar
unknown
javascript
10 months ago
68 B
7
Indexable

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