In queue class definition, make use of the IsEmpty method in Show method

From TRCCompSci - AQA Computer Science
Revision as of 14:17, 24 May 2018 by Jared (talk | contribs) (Created page with "If I understand this correct it would be replace the condition within the if statement in Show, with !IsEmpty.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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