Programmers for Hire
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgrammers for Hire

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:
  #1  
Old March 24th, 2004, 12:13 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 26th, 2004, 04:48 AM
SigmaAll SigmaAll is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 1 SigmaAll User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Is this program for a college course or something? Are you willing to pay?

Reply With Quote
  #3  
Old April 14th, 2004, 04:12 PM
Laoujin Laoujin is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 15 Laoujin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hehe I doubt he would be willing to pay

I wonder why students with programming courses can't seem to actually do something.

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgrammers for Hire > 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 2 hosted by Hostway