summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.30/24Ex30.sce
blob: a3e7caf46aa13e67139fef66aaf9efc0cb718eae (plain)
1
2
3
4
5
6
7
8
//Chapter 24 Ex 30

clc;
clear;
close;
area=(66/7); deg=120;
r=sqrt((area*360)/((%pi)*deg));
mprintf("The radius of the circle is %d cm.",r);