summaryrefslogtreecommitdiff
path: root/1448/CH2/EX2.2.e/E2_2.sce
blob: 389bc1cf9d24aae8adb5eb5df146e23089859461 (plain)
1
2
3
4
5
6
7
8
clc
//Initialization of variables
work=-622 //kJ
heat=-82 //kJ
//Calculations
U=work+heat
//results
printf('The persons internal energy falls by %d kJ',U)