You are on page 1of 1

Create class EvenDemo in com package with main method.

Add one more static method – findEvenValues which will take input as int array and return int array
which will have all even numbers identified from input array.

E.g input array: 22,11,9,20,13

Output array: 22,20

TCS Internal

You might also like