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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here