Difference between revisions of "In queue class definition, make use of the IsEmpty method in Show method"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "If I understand this correct it would be replace the condition within the if statement in Show, with !IsEmpty.")
(No difference)

Revision as of 15:17, 24 May 2018

If I understand this correct it would be replace the condition within the if statement in Show, with !IsEmpty.