Question: Write a C++ program to count the number of blank present in a string. Use for loop to count the number of blank. Use strings
Write a C++ program to count the number of blank present in a string. Use for loop to count the number of blank. Use strings member function at (int i) to check each character in the string ( if(ch== ) count++;). Finally output your result.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
