You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a subroutine to calculate the product of two numbers. Subroutine should take three numbers as parameters through the stack. First two parameters will be two numbers whose product is to be calculated and should return the result in third parameter.
The text was updated successfully, but these errors were encountered:
Write a subroutine to calculate the product of two numbers. Subroutine should take three numbers as parameters through the stack. First two parameters will be two numbers whose product is to be calculated and should return the result in third parameter.
The text was updated successfully, but these errors were encountered: