4
Reply

how to get odd number using ArrayList

Seshadri M

Seshadri M

Sep 4 2017 8:24 AM
275

how to get odd number from the above

Arraylist<int> customer = new Arraylist<int> ( 123, 12,093,45)
 
 
as
 
OUTPUT
123,093,45 

Answers (4)