Turing 016 — Integer Variables II

Assignment

Modify program 015 so that it also prints:

    • the square of the number,

    • the cube of the number,

    • the square root of the number, and

    • the number times 2.

Save as "016.t".