summaryrefslogtreecommitdiff
path: root/1286/CH1/EX1.1/1_1.sce
blob: ca5548fd9c608fb922db9950f2efd9819ed56194 (plain)
1
2
3
4
5
6
7
clc
//initialisation of variables
n=2
//CALCULATIONS
t= 160/(5*n-9)
//RESULTS
printf (' Temperature of the fahrenheit scale= % f C',t)