Turing 005 — Addition
The addition operator in Turing is the plus sign ("+").
The following statement adds the numbers 3 and 4:
put 3 + 4
Assignment
Write a program that prints the sum of 5, 6, and 7.
Save as "005.t".
The addition operator in Turing is the plus sign ("+").
The following statement adds the numbers 3 and 4:
put 3 + 4
Assignment
Write a program that prints the sum of 5, 6, and 7.
Save as "005.t".