Write a function called count10 to read integers until a negative is read in and retu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • silencer05
    New Member
    • Oct 2013
    • 1

    Write a function called count10 to read integers until a negative is read in and retu

    thanks
    Using the function in part A, write a program to read in
    integers until a negative is read in and print out the
    number of integers read in smaller than 10 (excluding the
    negative).
  • stdq
    New Member
    • Apr 2013
    • 94

    #2
    What have you got so far?

    Comment

    Working...