summaryrefslogtreecommitdiff
path: root/2837/CH23/EX23.5/Ex23_5.sce
blob: 2654d875e01fbe68d387ef48d62d4f9620eedeb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
clear
//Initalization of variables
rel=0.45
p1=0.4747 //psia
disp("From steam table data,")
//calculations
act=rel*p1
t2=54.94 //F
//results
printf("Temperature = %.2f F",t2)