Question 5
Question 5 of 9

Question image for Q5
Topics Tested

Show understanding of how Reverse Polish Notation (RPN) can be used to carry out the evaluation of expressions

Write pseudocode statements for: the declaration and initialisation of constants, the declaration of variables, the assignment of values to variables, expressions involving any of the arithmetic or logical operators input from the keyboard and output to the console

Describe how a queue, stack and linked list can be implemented using arrays