Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Act08.

asm

Create a program that will accept any character and will display if it is a number or letter
or a . Otherwise it is a special character.

Sample Outpur:

Enter character: a Enter character: 1 Enter character: ?


a is a letter. 1 is a number. ? is special character.

Act09.asm

Number Description
1 Excellent Enter a number: 1
2 Very Satisfactory
3 Satisfactory You are excellent!
4 Good
5 Poor

Note: The program should not exit unless you press e or E.

Act10.asm

Create a program that will accept only a, b and c. If a is accepted, it will display a 5x, if
b is accepted display it 7x and if c is accepted display it 9x. the program will not exit
unless you press q.

Enter a letter: b

bbbbbbb

You might also like