Question: 1. [5 pts] (Imp Programming) Save your answers in a file hwsol. [txt|pdf]. (a) [1] Write an Imp program that assigns three variables, x, y,
![1. [5 pts] (Imp Programming) Save your answers in a file](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3da6984f0b_19366f3da690a594.jpg)
1. [5 pts] (Imp Programming) Save your answers in a file hwsol. [txt|pdf]. (a) [1] Write an Imp 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.) (b) [2] Write a non-recursive factorial function with a while loop. (Hint: In Lab 1, you did the same in Python; you may use that program as a blue print.) (c) [2] Imp supports only two relational operators, = el e2) and (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
