ivan.dyadi 0 Newbie Poster

Qn. Given the following pseudo code, write a program that executes it.
(20 marks)
read a
read b
compute x=ab+2
compute y=a-b
total=x2+y
(x+a)*(y-b)
print total Solution:vv