id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com arrays > array_mean
prev  |  next  |  chance

Given an integer array, return the mean as a double.


array_mean([2, 465, 786, 234]) → 371.75
array_mean([1, 2, 3, 4]) → 2.5
array_mean([2, 5, 8]) → 5.0

...Save, Compile, Run (ctrl-enter)

public double array_mean(int[] data) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy