Home /
Expert Answers /
Computer Science /
practice-assignment-ch-8-1-write-a-program-that-does-the-following-1-accepts-input-of-your-firs-pa221
(Solved):
Practice Assignment Ch. 8-1 Write a program that does the following: 1. Accepts input of your firs ...
Practice Assignment Ch. 8-1 Write a program that does the following: 1. Accepts input of your first, last, and middle names into three separate strings 2. Concatenates them together to form a string called full_name 3. Counts the number of "a" or " A " letters 4. Counts the number of " e " or " E " letters 5. Counts the number of " s " or " S " letters 6. Displays each of the three counts Turn in your program to the practice assignment link in course content.