summaryrefslogtreecommitdiff
path: root/3756/CH3/EX3.11/Ex3_11.sce
blob: 18b0b3bf383da11356903a0201874e35d12b6f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc
//
//
//

//Variable declaration
theta=12       //rotation of plane
l=2            //length
s=60           //Specific rotation

//Calculations
c=(theta/(l*s))

//Result
printf("\n The Concentration of sugar solution is %0.3f gm/cc",c)