Question: Write an Imperative program that assigns three variables, x, y, and z to values, 1, 2, and 3, respectively, and print out the square of
Write an Imperative program that assigns three variables, x, y, and z to values, 1, 2, and 3, respectively, and print out the square of the sum, e.g. (x+y+z)2 . (Hint: write a sequence of statements, then use seq to link them.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
