Question: In Java Netbeans Q2 (40 marks): Write a method called extract Triples. The method should take an ArrayList of integers as an input and extract

 In Java Netbeans Q2 (40 marks): Write a method called extract

In Java Netbeans

Q2 (40 marks): Write a method called extract Triples. The method should take an ArrayList of integers as an input and extract only the numbers divisible by 3 in an ArrayList. Test your method in main method. For example, if the input ArrayList contained the values (4,9, 8, 2, 18, 17, 72} then the method should return an ArrayList with the values (9, 18, 72}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!