I am working with some data from an api
two lists of numbers
exmple:
list1
1, 2,3,4,5,6
list2
6,5,4,3,2,1
I want to combine both array lists and stack them together
get 7,7,7,7,7,7
and then divide those numbers by 2 each number in the whole array
making finishing array
3.5,3.5,3.5,3.5,3.5,3.5
I have to put the finishing array into a element input that only allows a list of numbers