/* Exercise in 'while' loop termination and semantics Using a trace table/walkthrough work out precisely what is output by this program */ #include #include void dbug(string s, int a, int b) { cout << "DBUG " << s << ": " << a << " " << b <