Write a program that inputs 10 integers, not taking in account failed inputs. When all 10 integers are read, the program outputs them.
zz 20 fwewefqwe .654 71 -124 0.1 82 6. 334423 -94 VII 7535 6 . - 17 8968
C. O. suggests using an array to store successful inputs and universal exception handler that marks specific memory variable to skip unsuccessful ones.
20 71 -124 82 334423 -94 7535 6 17 8968