Writing a REXX Arithmetic Procedure

The following is an exercise that will serve as a review of some of the rules used in the previous examples. You are to write a procedure that adds two numbers. Name the procedure ADD.CMD.

Here is a list of what you need to do in this procedure:

There are many ways to write procedures to accomplish the same task. To make it easier in this procedure, the user is asked for each number separately, then the numbers are added. The following is the thought process you might use to write the procedure for ADD.CMD.