table form C++ Printing data in tabular form using setw() Unknown 03:20 ~Write a program that generates the following output : 1990 135 1991 7290 1992 11300 1993 16200 Use a single cout st... Read more 1 comment: