Write a program that prints the numbers 1 to 4 on the sameline with each pair of adjacent numbers separated by a single space(1
2 3 4). Print the numbers in the followingthree ways: (a) Using one output statement with one streaminsertion operator.
(b) Using one output statement with four streaminsertion operators.
(c) Using four output statements.