Quiz (1 point)
Given that:
the line at time 2 = 3
the tab at time 2 = 0
statement at line 3, tab 1 =
return z
stack at time 2 = [ ]
Prove that:
stack at time 3 = [ ]
The following properties may be helpful:
- 1 > 0
- 2 + 1 = 3
if the following are true:
- the line at time t = i
- the tab at time t = j
- statement at line i, tab k = s
- k > j
then stack at time (t + 1) = stack at time t
if the following are true:
- a = b
- b = c
then a = c
if 2 + 1 = 3, then stack at time (2 + 1) = stack at time 3
if the following are true:
- a = b
- a = c
then b = c
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.