Write a program that inputs ages of different persons in an array and counts the number of persons that have ages between 65 and 80.
Write a program that inputs ages of different persons in an array and counts the number of persons that have ages between 65 and 80. So let’s Write Code: Let’s build logic First: Algorithm for code: Start Declare an array capible of holding 5 integer values. Input Integers in Array. Store Integer into the array….