Http://ide.codingblocks.com/#/s/13007

http://ide.codingblocks.com/#/s/13007

sir how to insert tab between the numbers?

use ‘\t’
for example if you want to print 3 and 4 with a tab between them
cout<<“3”<<’\t’<<“4”;

at which line?
can you please specify