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
Get step-by-step solutions from verified subject matter experts
