Write a program that reads two integer numbers and prints them on the same line. The numbers are separated by a space.
Please solve the problem using string templates.
Write a program that reads two integer numbers and prints them on the same line. The numbers are separated by a space.
Please solve the problem using string templates.
Sample Input 1:
8
11Sample Output 1:
8 11Sample Input 2:
-5
0Sample Output 2:
-5 0Create a free account to access the full topic