/* Exercise in a nested loops. Using a trace table/walkthrough work out precisely what is output by this program */ #include #include void dbug(int s, int a, int b) { cout << "DBUG " << s << ": " << a << " " << b <