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
* You will be given an array which will include both integers and characters.
* Return an array of length 2 with a[0] representing the mean of the ten integers as a floating point number.
* There will always be 10 integers and 10 characters. Create a single string with the characters and return it as a[1] while maintaining the original order.