diff options
Diffstat (limited to '3769/CH5/EX5.22/Ex5_22.sce')
-rw-r--r-- | 3769/CH5/EX5.22/Ex5_22.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH5/EX5.22/Ex5_22.sce b/3769/CH5/EX5.22/Ex5_22.sce new file mode 100644 index 000000000..d76ab3b17 --- /dev/null +++ b/3769/CH5/EX5.22/Ex5_22.sce @@ -0,0 +1,11 @@ +clear +//Given +R0=5 //ohm +R100=5.23 //ohm +Rt=5.795 //ohm + +//Calculation +t=((Rt-R0)/(R100-R0))*100 + +//Result +printf("\n The temperature of the bath is %0.2f degree C",t) |