summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.27/24Ex27.sce
blob: 90774b7015d0320ab3facb18f03fa9533f7a0320 (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 24 Ex 27

clc;
clear;
close;
rev=1000;
distTotal=88;
dist=(distTotal/1000)*rev;
rad=dist/(2*(%pi));
mprintf("The radius of wheel is %d meter",rad);