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.
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.
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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
