You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Title: Calculate the Average of an Array using Functions
//Description: Write a program that asks the user to enter an array of integers and calculates the average of all elements in the array using a function.