summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.28/Ex25_28.sce
blob: e98c4bfe7be18bd582ae5460ed9820e1965d7a43 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
a=10**6                     //J/s
E=200*10**6*1.6*10**-19

//Calculation
N=a/E

//Result
printf("\n Number of fission per second is %0.2f *10**16 ",N*10**-16)