Question: Write an assembly program in which you are given with ten elements in array your task is to count the number of integer, upper case

Write an assembly program in which you are given with ten elements in array your task is to count the number of integer, upper case and lower case letters these count in separate variables.

Input: A,2,M,a,3,c,$,Z,B,1 (you may provide input in the program, no need to take input from the user)

Output: integers =3

Upper_case=4

Lower_case=2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!