Quiz (1 point)
c = __add__(5, 9)
- result of storing 14 at key: c in map: [ ] = [ entry c: 14, [ ] ]
- 10 + 1 = 11
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 Variables Map at time (t + 1) = result of storing (Return Value at time t) at key: x in map: (Variables Map at time t)
if Return Value at time 10 = 14, then result of storing (Return Value at time 10) at key: c in map: (Variables Map at time 10) = result of storing 14 at key: c in map: (Variables Map at time 10)
if the following are true:
- a = b
- b = c
then a = c
if Variables Map at time 10 = [ ], then result of storing 14 at key: c in map: (Variables Map at time 10) = result of storing 14 at key: c in map: [ ]
if the following are true:
- a = b
- b = c
then a = c
if the following are true:
- a = b
- b = c
then a = c
if 10 + 1 = 11, then Variables Map at time (10 + 1) = Variables Map at time 11
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.