You are on page 1of 1

CS 224 Al-Imam University

Computer Organization and


Assembly Language Evaluation#1 Girls Education Center
College of Computer Science
1431-1432 H (2nd Semester)

Program description:
Write a program that will:
a- Prompt the user by the message "Enter Two Numbers: "
b- Read the first number
c- Display “X” over the number
d- Then, read the other number in the same way (repeat steps b-c).
e- Finally, display the sum of the two numbers in a new line

Sample Execution: (inputs: 2 and 4)


Enter Two Numbers: XX
6

Page 1 of 1
Good luck

You might also like