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++
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
|||
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 |



Linear Mode
