Figure 5 Sample output from the program in Listing 6

low? 3
high? 6
fa = { 3 4 5 6 }
fb = { 3 4 5 6 }
fb = { 9 4 5 6 }
fb = { 9 16 5 6 }
fb = { 9 16 25 6 }
fb = { 9 16 25 36 }
fb = { 9 16 25 36 49 }
fb = { 9 16 25 36 49 64 }
fb = { 9 16 25 36 49 64 81 }
fb = { 9 16 25 36 49 64 81 100 }
fb.low() = 3
fb.high() = 10
fc = { 3 4 5 6 }
fc = { 3 4 5 123 }
fc = Assertion failed: i >= low, file fv1.cpp, line 19
Abnormal program termination