Need a program that can find the minimum number of the sequence, smallest even integer of the sequence, count of negative integers in a sequence, and the sum of numbers that are divisible by 3 from the sequence.
program input should be various numbers followed by a 0 to display the output
program output should read similarly to this:
The minimum number is 1
The smallest even integer in the sequence is 2
The count of negative integers in the sequence is 3