summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.24/24Ex24.sce
blob: 93ddbca51cd73b084fd57b60d86f4c72ba15c065 (plain)
1
2
3
4
5
6
7
8
//chapter 24 Ex 24

clc;
clear;
close;
area=9856;
radius=sqrt(area/%pi);
mprintf("The length of rope is %d cm",radius);