Question: .2.3 Consider the following ADA procedure: procedure multiply (m,n : in out Integer ) is begin m:=mn; put (m);put(n); end; (b) Now suppose that the


.2.3 Consider the following ADA procedure: procedure multiply (m,n : in out Integer ) is begin m:=mn; put (m);put(n); end; (b) Now suppose that the variable parameter mechanism were used instead. Show what would be written by each of the above procedure calls. Explain any difference
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
