summaryrefslogtreecommitdiff
path: root/1388/CH2/EX2.7/2_7.sce
blob: e6f69bf7c5954e4edc92274f9d9b817cf873a60a (plain)
1
2
3
4
5
6
7
clc
//initialisation of variables
a= 1.66*10^-24 //cm^3
//CALCULATIONS
r= a^(1/3)/10^-8
//RESULTS
printf (' radius = %.2f A ',r)