Write a machine language program that will get two numbers from the user. If these two values are not equal, the program should output the second number. Otherwise, there should be no output. Use the following algorithm.
Statement Operation Algorithm
1. Get first number
2. Get second number
3. If (first number <> second number) then
4. Display the second number
5. Stop
Please help me.
2007-04-03
12:05:52
·
3 answers
·
asked by
Facilitate
1
in
Computers & Internet
➔ Programming & Design