Exercise Objectives ✓ Working with arrays. Problem Description • Occurrences of an element in an array. Problem Descript
Posted: Fri May 20, 2022 6:25 pm
Exercise Objectives ✓ Working with arrays. Problem Description • Occurrences of an element in an array. Problem Description Open Code Block IDE, create a new project. Use this project to: o Create a recursive function that returns the number of occurrences of an element in an array. o In the main function define an array of size 50, fill the array with random numbers in the range [10, 20), check the occurrence of a number between 10 to 20.