Write a C++ program that uses a while statement and the tab escape sequence \t to print the following table of values:N 1 0*N 1 00*N 1 000*N1 1 0 1 00 1 0002 20 200 20003 30 300 30004 40 400 4000
5 50 500 5000

ACCESS MORE