Technology, Web & Business Forum

You are here: Technology, Web & Business Forum : Web Development : Programming : Help with a C++ program?


Welcome to the Technology, Web & Business Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.


Programming Discuss programming languages such as .NET, PHP, PERL, ASP, ColdFusion, C++


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-25-2008
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default Help with a C++ program?

I need help making this project:

Enter characters one by one until a predetermined “sentinel” or the maximum number of characters is entered. The maximum MUST be less than 96. The sentinel character can be any character other than an italic alpha or, space or a numeral (for example a # (pound) sign might be used).



Keep a frequency count of each of the italic alphas; upper and lower are deemed to be identical (FYI – in this context the term italic alpha refers to the alphabet used in the English Language, a thru ‘zed’). Also keep a frequency count of other characters entered; not each other character but characters other than italic alphas.



Output a frequency count of each italic alpha, and the others.

Determine which italic alpha occurred most often.

Output the stream entered in uppercase transposed form [ A becomes B , B becomes C etc; Z becomes A ].

How would I go about making this program?
__________________
Powered by Yahoo! Answers
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 07:33 PM.