Write a Java code segment that will create an array evens and fill it with the even integers between low and high inclusive (where low and high are input by the user). The array you create must be the exact size that is needed to contain these even integers between low and high inclusive.

Solved
Show answers

Ask an AI advisor a question