Turing 019a — Real Variables II

Assignment

Write a program that uses two real variables a and b with the values 3.56 and 5.67, respectively. Print the sum, the difference, the product, and the quotient of these numbers in the form "The difference of <a> and <b> is <answer>".

Save as "019a.t".