Write a program that reads a sequence of integer

Question

Write a program that reads a sequence of integer inputs all on one line and prints

1.     The smallest and largest of the inputs

2.     The number of odd and even inputs

3.     Cumulative totals. If the input is 1 7 2 9, the program prints 1 8 10 19.

4.     All adjacent duplicates. If the input is 1 3 3 4 5 5 6 6 6 2, the output is 3 5 6. Bonus for those who account for multiple adjacent numbers like 6 6 6.

Details
Purchase An Answer Below

Have a similar question?