/***************************************************************************** * Outputs some numbers. * * Written: November 27, 2001 * * By: Ronald Roberts * *****************************************************************************/ //Ronald Roberts //27NOV01 //Program 49 #include int main() { for (int x=1; x<=3; x++) { for (int y=1; y<=3; y++) { for (int z=1; z<=3; z++) { cout<