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);