Quiz (1 point)
Given that:
the line at time 26 = 5
the tab at time 26 = 0
statement at line 5, tab 0 =
b = add_three(a)
expression state at time 26 = "end_expr"
Prove that:
the tab at time 27 = 0
The following properties may be helpful:
- 26 + 1 = 27
if the following are true:
- the line at time t = i
- the tab at time t = j
- statement at line i, tab j = assign statement with target x and expression (function call with name: name and arguments: args)
- expression state at time t = "end_expr"
then the tab at time (t + 1) = the tab at time t
if the following are true:
- a = b
- b = c
then a = c
if 26 + 1 = 27, then the tab at time (26 + 1) = the tab at time 27
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.