Recent content by Gumbyboy2006

  1. G

    C/C++ Counting Integers: Writing a Program

    How I can write a program which reads a sequence of integers and counts how many there are. Print the count. For example, with input 55 25 1004 4 -6 55 0 55, the output should be 8 because there were eight numbers in the input stream. Please help.
Back
Top