** DIFFERENT INPUTS PROCEDURE Write a procedure named Differentlnputs that returns EAX=1 if the values of its three inpu
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
** DIFFERENT INPUTS PROCEDURE Write a procedure named Differentlnputs that returns EAX=1 if the values of its three inpu
** DIFFERENT INPUTS PROCEDURE Write a procedure named Differentlnputs that returns EAX=1 if the values of its three input parameters are all different; otherwise, return with EAX=0. Use the PROC directive with a parameter list when declaring the procedure. Create a PROTO declaration for your procedure, and call it five times from a test program that passes different inputs.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!