----jGRASP exec: java Driver2 This document has 18 words and 2 lines word is George wordWidth is 6 currentWidth is 0 total Width this far 7 currentWidth is supposed to be 0 here 0 result in else is word is George wordWidth is 6 currentWidth has become 6 word is is wordWidth is 2 currentWidth is 6 total Width this far 9 currentWidth is not supposed to be 0 here 6 result in inner else is George word is is wordWidth is 2 currentWidth has become 9 word is a wordWidth is 1 currentWidth is 9 total Width this far 11 currentWidth is not supposed to be 0 here 9 result in inner else is George is word is a wordWidth is 1 currentWidth has become 11 word is little wordWidth is 6 currentWidth is 11 total Width this far 18 currentWidth is not supposed to be 0 here 11 result in inner else is George is a word is little wordWidth is 6 currentWidth has become 18 word is monkey, wordWidth is 7 currentWidth is 18 total Width this far 26 String result before alteration is George is a little String result after alteration is George is a little monkey, currentWidth has been set to 7 word is and wordWidth is 3 currentWidth is 7 total Width this far 11 currentWidth is not supposed to be 0 here 7 result in inner else is George is a little monkey, word is and wordWidth is 3 currentWidth has become 11 word is all wordWidth is 3 currentWidth is 11 total Width this far 15 currentWidth is not supposed to be 0 here 11 result in inner else is George is a little monkey, and word is all wordWidth is 3 currentWidth has become 15 word is monkeys wordWidth is 7 currentWidth is 15 total Width this far 23 String result before alteration is George is a little monkey, and all String result after alteration is George is a little monkey, and all monkeys currentWidth has been set to 7 word is are wordWidth is 3 currentWidth is 7 total Width this far 11 currentWidth is not supposed to be 0 here 7 result in inner else is George is a little monkey, and all monkeys word is are wordWidth is 3 currentWidth has become 11 word is curious. But wordWidth is 12 currentWidth is 11 total Width this far 24 String result before alteration is George is a little monkey, and all monkeys are String result after alteration is George is a little monkey, and all monkeys are curious. But currentWidth has been set to 12 word is no wordWidth is 2 currentWidth is 12 total Width this far 15 currentWidth is not supposed to be 0 here 12 result in inner else is George is a little monkey, and all monkeys are curious. But word is no wordWidth is 2 currentWidth has become 15 word is monkey wordWidth is 6 currentWidth is 15 total Width this far 22 String result before alteration is George is a little monkey, and all monkeys are curious. But no String result after alteration is George is a little monkey, and all monkeys are curious. But no monkey currentWidth has been set to 6 word is is wordWidth is 2 currentWidth is 6 total Width this far 9 currentWidth is not supposed to be 0 here 6 result in inner else is George is a little monkey, and all monkeys are curious. But no monkey word is is wordWidth is 2 currentWidth has become 9 word is as wordWidth is 2 currentWidth is 9 total Width this far 12 currentWidth is not supposed to be 0 here 9 result in inner else is George is a little monkey, and all monkeys are curious. But no monkey is word is as wordWidth is 2 currentWidth has become 12 word is curious wordWidth is 7 currentWidth is 12 total Width this far 20 currentWidth is not supposed to be 0 here 12 result in inner else is George is a little monkey, and all monkeys are curious. But no monkey is as word is curious wordWidth is 7 currentWidth has become 20 word is as wordWidth is 2 currentWidth is 20 total Width this far 23 String result before alteration is George is a little monkey, and all monkeys are curious. But no monkey is as curious String result after alteration is George is a little monkey, and all monkeys are curious. But no monkey is as curious as currentWidth has been set to 2 word is George. wordWidth is 7 currentWidth is 2 total Width this far 10 currentWidth is not supposed to be 0 here 2 result in inner else is George is a little monkey, and all monkeys are curious. But no monkey is as curious as word is George. wordWidth is 7 currentWidth has become 10 result to be returned is George is a little monkey, and all monkeys are curious. But no monkey is as curious as George. George is a little monkey, and all monkeys are curious. But no monkey is as curious as George. ----jGRASP: operation complete.