Untitled

Anonymous
javascript
08/21/2024 8:45 PM
92 B
14
Indexable

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