summaryrefslogtreecommitdiff
path: root/2939/CH4/EX4.17/Ex4_17.sce
blob: 8a7e6520379fb6ab747bdbb33472b95f98a0eb26 (plain)
1
2
3
4
5
6
7
8
9
10

// Ex4_17
clc;
// Given:
A=0.2506*10^15;// atoms/s re: Ex4_10
// Solution:
Strength=A/(3.7*10^10);// in kCi
S1=Strength*10^-3;// in KCi
printf("The strength in KCi is %f ",S1)