Task

Opened: Saturday, 19 June 2021, 12:00 AM
Due: Thursday, 15 July 2021, 12:00 AM

1. Write a program for the following conditional output:

Take an age input. If age between 0 and 18, print  " Child"

If age between 18 to 40, print "Adult"

else print "Old"

2. If AL contains I or 3, display "o"; if AL contains 2 or 4, display "e".

3. Write an assembly program to print whether an input is Capital, Small, Number, or Others.