(No Login on Secured Page)
|
|
Show Bid Request
Basic Morse Code and Pseudocode Homework Help
Bid Request Id: 32052
|
|
|
Posted by: |
h0ss (6 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 20.00%
|
Posted: |
Oct 22, 2002 5:53:23 PM EDT
|
Bidding Closes: |
Nov 5, 2002 6:00:42 PM EDT
|
Viewed (by coders): |
97 times
|
|
|
|
Description:
The program that I need can be found at http://cs.ua.edu/114/assignments/program5.htm . The program has to do exactly what the page says. I need some comments in the source.
I also need two basic pseudocodes translated into C++.
The first is this one...
Below is an algorithm that prompts the user to enter a two digit positive integer number and then reverses the order of the digits in the number and displays the result on the screen. For example if the user enters the number 35 the program displays 53 to the screen.
Subroutine enterNumber (void) returns an integer: Set userNum = 0
loop while (userNum < 10 || userNum >= 100) Display "Enter a two digit number: " Get userNum from user input end loop
Return userNum
Subroutine reverseOrder (accepts integer fNum) returns an integer: Set revNum = fNum % 10 * 10 Set fNum = fNum / 10 Set revNum = revNum + fNum % 10 Return revNum
Algorithm reverse: Set userNum = enterNumber() Set revNum = reverseOrder(userNum) Display revNum
The second is this one...
Following the logic for reversing a two digit number, write pseudocode for a new reverseOrder algorithm that will reverse an integer with any number of digits. For example if the user enters the number 35371 the program displays 17353 to the screen.
Subroutine enterNumber (void) returns an integer: Display "Enter a number: " Get userNum from user input Return userNum
Subroutine reverseOrder (accepts integer fNum) returns an integer: <YOUR CODE HERE> Return revNum
Algorithm reverse: Set userNum = enterNumber() Set revNum = reverseOrder(userNum) Display revNum
I would like to have each one in it's own .cpp file. These things have to be in C++.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
Windows XP.
Special Conditions / Other:
Has to be done in C++.
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 please help out the site and report it. Thanks for your help.
|
|
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!
|
$5 (USD)
|
Oct 22, 2002 6:13:51 PM EDT
|
10
(Excellent)
|
|
|
|
|
|
|
|
N/A
|
Oct 22, 2002 6:51:11 PM EDT
|
10
(Excellent)
|
|
|
I'm doing the psudocode to C++ as right now. That was really dumn asking that. |
|
|
|
|
|
|