summaryrefslogtreecommitdiff
path: root/3701/CH2/EX2.10/Ex2_10.sce
blob: 2623a525a206723bf3cf45d1fa18e665bfd716a3 (plain)
1
2
3
4
5
6
7
8
9
////given
e=1.60*10**-19                                  //C
slope=4.12*10**-15                              //Vs

//Calculation
h=slope*e

//Result
printf("\n Value of planks constant  %e Js",h)