How Software Gets Done  
Our apologies for the inconvenience, but we are upgrading the site tonight between 10:45 pm - 12:45 am EDT. During this time you will experience outages. The site will resume normal operation at 12:45 am EDT. Again our apologies and thanks for your patience.  (current site time 5/15/2003 3:08:34 PM EDT)


(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
Verification
 
Help for Buyers
Articles for Buyers
FAQ 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
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Need Streaming Media Expert
By hrmcorp on May 15
Max Bid: Open to fair suggestions


Simple Assembler/Emula tor project in C
By iluvyoulongtime on May 15
Max Bid: Open to fair suggestions


CRM solution
By RAJ_in_com on May 15
Max Bid: Open to fair suggestions


Oracle Questions
By jasons2e on May 15
Max Bid: $30


HTML "Support" Form
By Proz on May 15
Max Bid: $65


Filtering IP's
By Bearman on May 15
Max Bid: $50


Click here to put this ticker on your own site

Open Work Categories.
Database 
(139 open)
   Access 
(58 open)
   MySQL 
(69 open)
   Oracle 
(11 open)
   SQL Server 
(51 open)
   Other DB 
(20 open)
Documentation / Tech Writing 
(38 open)
Data Entry 
(18 open)
Game Development 
(23 open)
Graphics / Art / Music 
(51 open)
   Graphics 
(61 open)
     3d Animation 
(11 open)
   Art (Misc.) 
(21 open)
   Music 
(6 open)
   3d Modeling 
(9 open)
Language Specific 
(112 open)
   ASP 
(66 open)
   C# 
(38 open)
   C++ / C 
(119 open)
   Cold Fusion 
(7 open)
   Delphi 
(34 open)
   Java 
(55 open)
   Perl 
(34 open)
   PHP 
(92 open)
   XML/XSL 
(27 open)
   Visual Basic 
(146 open)
   Visual Basic .Net 
(83 open)
   Other 
(57 open)
Misc 
(50 open)
   CAD 
(3 open)
MultiMedia 
(39 open)
Network 
(44 open)
   Network Design 
(10 open)
   Network Implementation 
(15 open)
Platforms 
(69 open)
   Windows 
(150 open)
     MS Exchange 
(3 open)
     MS Office 
(15 open)
     Other 
(7 open)
   Darwin 
(1 open)
   Internet Browser 
(45 open)
   Linux 
(51 open)
   UNIX 
(26 open)
   Hand Held/PDA Programming 
(11 open)
Requirements 
(11 open)
Security 
(39 open)
Testing / Quality Assurance 
(20 open)
Web 
(156 open)
   Page Design 
(95 open)
   Flash 
(59 open)
   Web Services 
(77 open)
   Web (Other) 
(93 open)
Training 
(13 open)
   Computer Based 
(16 open)
 
Other
 
Other Sites

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

7 Short VB Problems
Bid Request Id: 24936
Bookmark in my 'To Do' list
Posted by: dyinlove (3 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Posted: Aug 20, 2002
1:20:33 AM EDT
Bidding Closes: Aug 21, 2002
3:30:14 AM EDT
Viewed (by coders): 520 times
Deadline: 8/22/2002
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Visual Basic
Enter chat room for this bid request
(0 active users at May 15, 2003 3:08:34 PM EDT)

Description:
Correct codes needed for 7 VB problems. Problem 7 is in the other files...

Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

Complete copyrights to all work purchased.

#1.Creat a VB code module that includes a function that computes the future value of a given present amount.The formula for future value(FV) is FV=PV*[1+(i/m)]^m*y (PV is the present amount,i is the annual interest rate,m is the number of compounding periods per year,y is the number of years).Creat a form that allows the user to input the four parameter values.After typing in the values, the user should click a command button to cause the future value to be computed and displayed on the form.The calculation should be performed using your function.Use labels and text boxes as appropriate.Be aware that the names PV and FV are reserved word and cannot be used as variable names.If the user clickds on the Compute FV command button and has not supplied values for all four parameters, have the system display a message box informing the user that all four values must be supplied.(Figure attached in the other files)

#2.Create a VB project that allows the user to provide the price of an item and the quanitiy sold.At the direction of the user,the project should then compute and display the gross sales amount(price times quantity),the discount, and the net sales amount.The discount should be computed using the fowlling number(Q=Quantity,D=Discount):
Q=0-10,D=0%
Q=11-25,D=5%
Q=26-100,D=8%
Q=101+,D=10%

#3.Create a VB project that allows the user to indicate resident or nonresident status,class standing,and number of credits.Then provide a way for the user to request that tuition be computed and displayed.Provide appropriate controls for user input(text boxes,option buttons,check boxes...).Use a programmer-defined function that determines the cost per credit given the student's residency status and class standing.Use the following data:
Undergraduate:Resident$35/credit,Nonresident$65/credit
Graduate:Resident$70/credit,Nonresident$135/credit

#4.Write a programmer-defined function that computes the factorial of a whole number. The factorial of a number, N, is defined as the product of the numbers from 1 to N.For example, 4 factorial (written as 4!) is defined as 1*2*3*4=24. Create a test form that allows the user to enter a number in a text box and click a button to request that the factorial be calculated.Display the answer in a label. Be aware that factorials get large quickly. Use data types that support large numbers, but be prepared for posible overflow errors.

#5.Create an application that computes the future value of an investment at the end of each year. The user should be able to specify the initial amoutn, the interest rate, and the number of compunding periods per year. The interest rate should use a dropdown combo box with values rangin from 5 percent to 12 percent in 1 percent increments.Periods per year should use a simple combo box with 1,4,12,and 365 as the valid values.The user should also be able to specify the first and last year to be displayed.Use a list box to display the yearly values. Use VB's buil-in FV() function to perform the calculations.(Figure attached in the other files)

#6.Write a programmer-defined function that determines how long it will take for an investment amount to double in value.The value at time period t can be calculted using the following formula:
Value t=Value(t-1)*(1+InterestRate)
Assume that compunding is performed annually. Therefore, the value retruned by your function will be the first year in which the investment is at least twice as large as the initial amount.Create a test form that allows the user to enter an investment amount and an annual interest rate. Provide a command button that, when clicked, invokes your function to determine the anser, then displays the anser in a message box.



Platform:
All problems should be done and opened by VB 6.0
Thanks...

Must be 100% finished and received by buyer on:
Aug 22, 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 must receive it by 8/21/2002 6:00pm EST. Please ignore the "Delivery Deadline"
Thanks...

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



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!
ISIL
(4 ratings)
in CHENNAI, TAMILNADU
India
Bid id: 282,140
 
$40 (USD) Aug 20, 2002
11:55:43 PM EDT
 10
(Excellent)
   
Hi...

Please accept my bid. I will send you the project soon.

Thanks

GV
 




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.98 on 92 jobs 
Securenext
Rated a 9.98 on 98 jobs 
Codman
Rated a 9.97 on 143 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.98 on 172 jobs 
RNA
Rated a 9.93 on 36 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 109 jobs 
markesh
Rated a 10 on 21 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through its 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.