Quiz (1 point)
Prove that:
the element at index 0 of stack [ 10, [ 12, [ 14, [ ] ] ] ] = 10
The following properties may be helpful:
- the element at index 0 of stack [ x, y ] = x
Please write your proof in the table below. Each row should contain one claim. The last claim is the statement that you are trying to prove.