a recursive function that takes in a List numbers and…

Question Answered step-by-step a recursive function that takes in a List numbers and… a recursive function that takes in a List numbers and recursively sums up the values (java program)ExampleInput : [1,2,3,4,5,6,7,8,9]Output : 45Do not use a loop in this question Computer Science Engineering & Technology Java Programming CSD MISC Share QuestionEmailCopy link Comments (0)