Question: A string variable named amount contains a string that has zero or more commas. Write the C++ code to count the number of commas in
A string variable named amount contains a string that has zero or more commas. Write the C++ code to count the number of commas in the string. Assign the result to an int variable named numCommas.
Step by Step Solution
3.33 Rating (180 Votes )
There are 3 Steps involved in it
int numCommas 0 for i... View full answer
Get step-by-step solutions from verified subject matter experts
