Difference between revisions of "Add"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "Generates a new random number, converts it to it's corresponding Unicode/ASCII (not sure which encoding format) character and then appends it to the end of the queue. Note if...")
(No difference)

Revision as of 13:41, 21 September 2017

Generates a new random number, converts it to it's corresponding Unicode/ASCII (not sure which encoding format) character and then appends it to the end of the queue. Note if the queue is full then then this method essentially does nothing.