Question: Write a procedure called MyEquation that receives two 32 bit signed integers (SDWORD) A and B and print the result as follows: IF B
Write a procedure called MyEquation that receives two 32 bit signed integers (SDWORD) A and B and print the result as follows: IF B is positive then print (-B +A) - B/2 ELSE print A* B
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
It seems like you are asking for a code procedure called MyEquation that takes in two 32b... View full answer
Get step-by-step solutions from verified subject matter experts
