Purchase Solution

Project String Manipulation

Not what you're looking for?

Ask Custom Question

Trying to put my last program together. I have put all my files in Visual CPP file and 2 text files. I have been working this issue for a while. Would like just a little assistance in getting this program running.

Purchase this Solution

Solution Preview

I have corrected the code, added new functions, slightly renamed existing functions, corrected grammatical mistakes and commented where required. I have included the code as well as the whole MS Visual C++ project folder for you.

Create a program containing all the functions below and give your user the ability to choose the function he/she would like to perform. You may want to create a menu for the beginning of the program and use the user's menu selection as the main "driver" for the program. After each execution, the program should clear the screen and return the menu to give the user the opportunity to play again or exit the program. For example, the following menu numbers represent the following seven functions:
**************************************************************************************
Welcome to my string manipulation program. Select from one of the following menu items:
1. String Length
2. Backward String
3. Word Counter
4. Average Number of Letters
5. Automatic Capitalization
6. Vowel and Consonant Counter
7. Name Arranger
8. Exit ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.