ASP Free Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherASP Free Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old March 24th, 2004, 12:14 AM
pleasehelp pleasehelp is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 7 pleasehelp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Can anyone help me with this program???

Please email me cyprien@cox.net



The Program

You will write a program which will prompt the user to enter a string and accept the string using service 8. It will then count the number of occurrences of each character in the user's input and display the count. Running the program may look like the following (user's input is in italics):
-> I regret that I have but one program to write. : 9.: 1I: 2a: 3b: 1e: 5g: 2h: 2i: 1m: 1n: 1o: 3p: 1r: 5t: 6u: 1v: 1w: 1
Internals

You will create a "count" array of 128 bytes, one for each ASCII character. Initialize this array to all 0s. After you read input using service 8, go through the input array and for each character in the array add one to the position in the count array which has the current character's ASCII code for its index. For example, if the current character is 'A' you will increment position 65 in the count array. To display the counts run a loop reading the count array from position 32 to position 127 and whenever the value found is greater than 0 display the character having the ASCII code of the current index and display the count found in that position of the array.

You must make significant and appropriate use of procedures in your program. Your program should show a clearly thought-out design and good organization.

Notes:

You will need a character array for user input. It should be at least 80 bytes long.

When displaying the counts you can skip positions 0 through 31 in the count array since these correspond to ASCII codes for non-printing characters. When you read or write to the count array remember that you are reading or writing bytes not words.

Reply With Quote
  #2  
Old March 24th, 2004, 01:18 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
How many times are you going to post the same question? Do you think that will help?

S-

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherASP Free Lounge > Can anyone help me with this program???


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway