summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.1/Ex4_1.sce
blob: d731b218526d993aca8e5ea0370502661f40ba31 (plain)
1
2
3
4
5
6
7
8
9
Ex1 pg61
clear
//find the area piston for given parameters
//given
a=3.
//diameter squared
//calculation
A=0.785*3**2
printf("\n area of piston  %.2f ",A)