Quiz (1 point)
Prove that:
reverse of [ 14, [ 10, [ ] ] ] = [ 10, [ 14, [ ] ] ]
The following properties may be helpful:
- reverse of [ x, [ y, [ ] ] ] = [ 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.