Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

A stack is a linear data structure that follows the Last In, First Out (LIFO) principle. This means that the last element added to the stack is the ___ one to be removed.

Write the missing line below.