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