How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
 
Help for Buyers
Articles for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Adobe Acrobat Digital Signature Plug-in (User Prof ...
By jta on Jan 17
Max Bid: Open to fair suggestions


Forum Layout
By DarkShogun on Jan 17
Max Bid: $500


Auction Blast
By blong24 on Jan 17
Max Bid: $500


Password Protection / Member Authentication Script
By Glyn John Winter on Jan 17
Max Bid: Open to fair suggestions


Ordering system - featuring PayPal, CreditCard - n ...
By evipers on Jan 17
Max Bid: Open to fair suggestions


Hair Salon Software Clones
By Invest on Jan 17
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(143 open)
   Access 
(54 open)
   MySQL 
(80 open)
   Oracle 
(6 open)
   SQL Server 
(56 open)
   Other DB 
(16 open)
Documentation / Tech Writing 
(21 open)
Game Development 
(26 open)
Graphics / Art / Music 
(45 open)
   Graphics 
(60 open)
     3d Animation 
(14 open)
   Art (Misc.) 
(19 open)
   Music 
(7 open)
   3d Modeling 
(15 open)
Language Specific 
(97 open)
   ASP 
(74 open)
   C# 
(37 open)
   C++ / C 
(101 open)
   Cold Fusion 
(4 open)
   Delphi 
(33 open)
   Java 
(53 open)
   Perl 
(30 open)
   PHP 
(90 open)
   XML/XSL 
(33 open)
   Visual Basic 
(164 open)
   Visual Basic .Net 
(63 open)
   Other 
(41 open)
Misc 
(38 open)
   CAD 
(7 open)
MultiMedia 
(25 open)
Network 
(27 open)
   Network Design 
(12 open)
   Network Implementation 
(11 open)
Platforms 
(62 open)
   Windows 
(132 open)
     MS Exchange 
(2 open)
     MS Office 
(1 open)
     Other 
(6 open)
   Internet Browser 
(56 open)
   Linux 
(41 open)
   UNIX 
(19 open)
   Hand Held/PDA Programming 
(15 open)
Requirements 
(12 open)
Security 
(23 open)
Testing / Quality Assurance 
(11 open)
Web 
(133 open)
   Page Design 
(72 open)
   Flash 
(39 open)
   Web Services 
(59 open)
   Web (Other) 
(59 open)
Training 
(9 open)
   Computer Based 
(9 open)
 
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Easy ones
Bid Request Id: 29930
Bookmark in my 'To Do' list
Posted by: needit (3 ratings)
(Software buyer rating 10)
Posted: Oct 5, 2002
3:42:55 PM EDT
Bidding Closes: Oct 19, 2002
3:49:46 PM EDT
Viewed (by coders): 214 times
Deadline: 10/20/2002
TIME EXPIRED
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Language Specific, Delphi
Enter chat room for this bid request
(0 active users at Jan 17, 2003 4:26:55 PM EDT)

Description:
Program 1

If the number is even, divide it by 2.
If the number is odd, multiply it by 3 and then add 1.
For example, if the original number were 13, the algorithm would generate the following sequence of numbers: 13, 40, 20, 10, 5, 16, 8, 4, 2, 1. This sequence has 10 terms counting the original number and the 1.

Write a program that accomplishes the following three functions:
Prompts the user for a positive integer input, or a zero to exit. This prompt should be repeated if the user enters a negative number.
Outputs all the numbers in the sequence produced by the Ulam algorithm.
Counts how many numbers are in the sequence, and outputs the count.

-------------------------------------------------------
Program 2
A standard science experiment is to drop a ball and see how high it bounces. This establishes a "bounciness" index equal to the original height divided by the bounce height.
The bounciness index is between 0 and 1 (including 0 but not including 1). This index is independent of the original height.
For example, if the original height were 10 feet and the bounciness index were 0.6, the height of the first bounce would be 6 feet (10 * 0.6); and the height of the second bounce would be 3.6 feet (6 * 0.6). The total distance traveled on a bounce is the distance down plus the bounce up.
Write an interactive program that accomplishes the following three functions:
Gets the height and bounciness from the user. The height must be at least 0 and the bounciness must be equal to or greater than 0 and less than 1.
You must error check both of these inputs.
Calculates the total distance that the ball travels in 100 bounces and finds the height of the final bounce.


Deliverables:
1) Complete and fully-functional source code.

2) Need it ASAP.

Platform:
Pascal Delphi 6


Must be 100% finished and received by buyer on:

Oct 20, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Special Conditions / Other:
I need it by tomorrow Sunday the 6th.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation, you can report it to: abuse@rentacoder.com.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
Daniel Deady
(11 ratings)
in Cardiff, Wales
United Kingdom
 
$6 (USD) Oct 5, 2002
6:11:11 PM EDT
 10
(Excellent)
   
I am giving you Program 1 (no source though) which took me about 5 minutes. I can do the other in the same time. The source code will be fully documented.

Please accept my bid as I do not yet have a rating and need someone to rate me on this site.

Attached File
 
 
 
 
  See 3 private reply(ies)
to/from Daniel Deady.
 




Quick Search
 

 Advanced Search
Newest Open Work
Latest News

 
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.97 on 75 jobs 
Michael Sharp
Rated a 9.97 on 147 jobs 
Simon Price
Rated a 10 on 6 jobs 
RNA
Rated a 9.91 on 25 jobs 
Andrei Remenchuk
Rated a 10 on 9 jobs 
teleCODERS
Rated a 9.93 on 59 jobs 
Securenext
Rated a 9.96 on 50 jobs 
Buddies
Rated a 9.8 on 47 jobs 
Codman
Rated a 9.96 on 96 jobs 
markesh
Rated a 10 on 16 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through it's parent company, Exhedra Solutions, Inc.

Created in partnership with:

 


Affiliate Sites



Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.