summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.28/24Ex28.sce
blob: caf5db008d8a064773780ba0a932044bcbb2208a (plain)
1
2
3
4
5
6
7
8
9
//Chapter 24 Ex 28

clc;
clear;
close;
circum1=440; path=14;
r=circum1/(2*(%pi));
Radius=r+path;
mprintf("The radius of outer circle is %d meter",Radius);