In c + +, how to use the switch to achieve record the number of occurrences of double character sequences, such as aa
CodePudding user response:
The switch is branch of choice, you can use other, don't know what you want,
CodePudding user response:
In the case that judgment is bad to write, only characters and Numbers are not string
CodePudding user response:
Why must use the switch? Must be used, if, the if (a=="aa") b=1; Case 1: swith (b)
CodePudding user response:
The