Question: Use cin to read integers from input until - 100 is read. For each remaining integer read before 100 : If the integer is non-zero,

Use cin to read integers from input until - 100 is read. For each remaining integer read before 100 : If the integer is non-zero, output the integer followed by " occurred" and increment countOfNonzero. Otherwise, output the zero. End each output with a newline. Ex: If the input is 173013100, then the output is: 17 occurred 3 occurred 0 13 occurred Non-zero integers occur 3 time(s) 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
