Respuesta :

The explanation of the program using layman's language is:

  • It wants to find the highest and lowest contributions made
  • It wants to discover how many individual contributions were needed to reach the target
  • The total amount of contributions collected
  • The program wants to test various input data for contributions and how many contributions are needed to reach the goal.

What is a Program?

This refers to the sequence of instructions in a programming language that executes the instruction given to the computer.

Hence, we can see that different input sizes would be used to test the program as it is in the testing stage to see just how efficient the program is.

Read more about programs here:

https://brainly.com/question/1538272

#SPJ1