Untitled

 avatar
unknown
javascript
a year ago
68 B
9
Indexable

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