diff options
Diffstat (limited to '3756/CH3/EX3.10/Ex3_10.sce')
-rw-r--r-- | 3756/CH3/EX3.10/Ex3_10.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH3/EX3.10/Ex3_10.sce b/3756/CH3/EX3.10/Ex3_10.sce new file mode 100644 index 000000000..625e1c81e --- /dev/null +++ b/3756/CH3/EX3.10/Ex3_10.sce @@ -0,0 +1,15 @@ +clc +// +// +// + +//Variable declaration +theta=6.5 //rotation of plane +l=2 //length +c=0.05 //concentration + +//Calculations +s=(theta/(l*c)) + +//Result +printf("\n The Specific rotation of sugar solution is %i degree/(dm/(gm/cc)",s) |