summaryrefslogtreecommitdiff
path: root/1553/CH25/EX25.21/25Ex21.sce
blob: f0cdb3bbee68a47bf506fdb6ec661f228ebe0ec1 (plain)
1
2
3
4
5
6
7
8
9
10
//Ch25_Ex21
clc;
clear;
close;

r=7; h=24; w=1.25;
l=sqrt(h^2+r^2);
area=%pi*r*l;
lengthCanvas=area/w;
mprintf("The length of canvas is %.0f meter",lengthCanvas);