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

1 Expert Approved Answer
Step: 1 Unlock

int numCommas 0 for i... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Microsoft Visual C# Introduction Questions!