Page 1 of 1

Using c++ Write a program that asks user to enter five characters one by one. It then prints the number of characters ‘A

Posted: Thu May 05, 2022 12:46 pm
by answerhappygod
Using c++
Write a program that asks user to enter five characters
one by one. It then prints the number of characters ‘A’ and ‘Z’
entered by the user. Your program should print those two counts
separately. Use a switch-case and a looping structure