Script started on Mon Sep 13 08:11:05 1999 pretzel> java testNormal1 t1 content = 0.0 t2 content = 0.0 t1 content after adding 10 = 10.0 t2 content after adding 1000 = 1000.0 t1 content after removing 5 = 5.0 t2 content after removing 50 = 950.0 pretzel> java testNormal2 Enter File Name: test.dat tank content after adding 10.0 = 10.0 tank content after adding 12.0 = 22.0 tank content after adding 23.0 = 45.0 tank content after adding 43.0 = 88.0 tank content after removing 10.0 = 78.0 tank content after adding 23.0 = 101.0 tank content after removing 21.0 = 80.0 *** Add/Remove Complete *** pretzel> java testOverflow tank content = 0.0 Tank overflow by 1.0 its original content was 0.0 pretzel> java testUnderflow tank content = 0.0 Tank underflow by 1.0 pretzel> java testIllegalParam tank content = 0.0 Can't add negative amounts pretzel> exit script done on Mon Sep 13 08:39:04 1999