(Solved) : Write Program Accepts Unknown Number Positive Integers Zero Signifying End Input Write Rec Q37245026 . . .

Write a program that accepts some unknown number of positive integers with ZERO signifying the end of input. Write a recursive procedure that will store the LAST 20 values in an array. After the recursion terminates, output the contents of the array (in any order) AND display the average value of the last 20 integers. You may assume Show transcribed image text Write a program that accepts some unknown number of positive integers with ZERO signifying the end of input. Write a recursive procedure that will store the LAST 20 values in an array. After the recursion terminates, output the contents of the array (in any order) AND display the average value of the last 20 integers. You may assume
Expert Answer
Answer to Write a program that accepts some unknown number of positive integers with ZERO signifying the end of input. Write a rec…
OR