SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

Program how a queue is tested for a fullness

Author: Will Parker



Answer:

For each item on q if item != null fullCounter++; if fullCounter = count the queue is full


0 / 5  (0 ratings)

1 answer(s) in total