Turing 007 — Addition III

Assignment

Modify 006.t so that there are two put statements. The first puts the two values to be added, and the second does the math.

The output should look similar to "The sum of __ and __ is __. ".

Save as "007.t". (Do not overwrite 006.t!)