[SOLVED] SOLVED: program reads in a sequence of numbers

18.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

The program reads in a sequence of numbers (doubles) from standard input until 0 is read, and stores them in an array. It then computes the maximum number stored in the array, the count of negative numbers, and computes the sum of positive numbers, using recursion.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.