Input is the right answer.hope it helps.
I think Face book hope that helped XD
Answer:
a wide area network is also known as (WAN) it is a large information that has been tied to more than a single location you can understand by the diagram shown you can think of it as a network sharing information around the world
The first one, the 3rd one, 4th one and last one if I’m not mistaken
Answer:
The second one:
int sum = 0; for (int i = 0; i < values.length; i++) { if ((values[i] % 2) == 0) { sum += values[i]; } }