User profile: WayneC

User info
User name:WayneC
Name:Wayne
Location:USA
Bio:
History
Joined:
Number of posts:20
Latest posts:

Nested Looping
Ha! Thanks for checking back for me. I'll play with it to make sure I understand it. I was close,...

Nested Looping
LB Thanks for the logic solution. Here's my attempt, and the result. ' [code] int main() { char o...

Nested Looping
I'm practicing code (deliberate practice creates expertise) and I'm stuck. I'm supposed to create...

How to Handle Multiple search results
When I change my code to [code] cout << " The search results are: " << endl; for( int count = 0; co...

How to Handle Multiple search results
I tried this code, and I might be misunderstanding something about indices and the actual content in...