// your code goes herefunction myfunc(a,b,c,d,e){ return (a+b+c+d+e)/5};let mx=myfunc(1,2,3,4,5,6);console.log(mx)
Standard input is empty
3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!