summaryrefslogtreecommitdiff
path: root/2489/CH1/EX1.2/1_2.sce
blob: 88ef26bd41c907b03f1ce07784b3a417abe61a5c (plain)
1
2
3
4
5
6
7
8
9
10
clc
//Intitalisation of variables
clear
shl= 0.031 //cal deg^-1 g^-1
ewlc= 103.605 //gms
n= 2
//CALCULATIONS
aw= n*ewlc
//RESULTS
printf ('Atomic weight of lead = %.2f gms',aw)