Task 2 Design and implement an ARMV8 program that counts total number of uppercase letters, lowercase letters, digits and special characters in a string. Text is assumed to be in ASCII, us 1 byte per character. For example, if the input string is “This is the 2nd Task of Assignment 1.", the program shou report 3 uppercase letters, 24 lowercase letters, 2 digits, and 8 special characters.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 14PE
icon
Related questions
Question

Very urgent

Task 2
Design and implement an ARMV8 program that counts total number of uppercase letters,
lowercase letters, digits and special characters in a string. Text is assumed to be in ASCII, using
1 byte per character.
the
For example, if the input string is "This is the 2nd Task of Assignment 1.",
program
should
report 3 uppercase letters, 24 lowercase letters, 2 digits, and 8 special characters.
Transcribed Image Text:Task 2 Design and implement an ARMV8 program that counts total number of uppercase letters, lowercase letters, digits and special characters in a string. Text is assumed to be in ASCII, using 1 byte per character. the For example, if the input string is "This is the 2nd Task of Assignment 1.", program should report 3 uppercase letters, 24 lowercase letters, 2 digits, and 8 special characters.
Expert Solution
steps

Step by step

Solved in 9 steps with 9 images

Blurred answer
Knowledge Booster
Time complexity
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr