+0  
 
0
615
2
avatar

Write a series of methods that do the following: 1) Takes as input ten different integers and returns an integer array with all those numbers in it. 2) Takes as input a double array and returns the average of every element in the array (as a double). 3) Takes as input a date (expressed as a four-digit integer, such as 0602 -> June 2nd) and prints out whether that day is a holiday (it should support at least 10 holidays).

off-topic
 Mar 7, 2020
 #1
avatar+1005 
+1

Not sure which programming language... i can help you in Java, C/C+/C++/C# and maybe python but I don't know what language you want it in. Also, the platform(processing, visual code, XCode, Arduino IDE) would be helpful...

 Mar 7, 2020
 #2
avatar
0

java

Guest Mar 8, 2020

2 Online Users