Consider the pseudo code for simple subtraction given below: (1) program ‘simple subtraction’ (2) input (x,y) (3) output (x) (4) output (y) (5) if x> y then DO (6) x-y = z (7) else y –x = z (8) endif...


Consider the pseudo code for simple subtraction


given below:


(1) program ‘simple subtraction’ (2) input (x,y)


(3) output (x) (4) output (y) (5) if x> y then DO


(6) x-y = z (7) else y –x = z (8) endif


(9) output (z)


(10) Output “end program” Perform basis path





Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here