Question: in java please ke.org - Gel Write a method called rearrangeQueue to be in a class called Queue App and has two parameters q1 and

 in java please ke.org - Gel Write a method called rearrangeQueue

in java please

ke.org - Gel Write a method called rearrangeQueue to be in a class called Queue App and has two parameters q1 and q2 type ArrayQueue. The q1 data is of type Integer, and q2 data is of type Character. The method will remove from 91 those elements for which the corresponding elements of q2 are not 'A', 'D' and 'N', and adds the elements removed at the end of q1. It returns the number of elements moved to the end of the queue. Assume q1 and q2 have the same number of elements. Class ArrayQueue and all its methods, including iterator, are available for use. You can also create temporary queues. You are not allowed to use arrays. Example: Before the method call: rear front 91: 4 55 92: A E 6 2 9 54 90 12 89 G N S B N DB After method call: front rear 91: 55 6 9 54 89 4 2 90 12 It returns 4. Method heading public class QueueApp { public static int rearrange Queue(ArrayQueue 91, ArrayQueue 92) { Use the editor to format your answer 114 minutes remainine

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!