Write a program that reads four numbers and decrements each of them.
The program must output the results in the same order separated by spaces.
Write a program that reads four numbers and decrements each of them.
Sample Input 1:
10 11 -2 -3Sample Output 1:
9 10 -3 -4Create a free account to access the full topic