Write a program that display the following output using single cout

By: Prof. Dr. Fazal Rehman Shamil | Last updated: February 3, 2024

Write a program that display the following output using single cout

1          2          3          4          5

6          7          8          9          10

Output

1    2    3    4    5
6    7    8    9   10