HW2 VB6 Loan Payment Due COB Wednesday 21 November - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

HW2 VB6 Loan Payment Due COB Wednesday 21 November

Description:

The program will perform the calculation and then display the ... The project folder must fit on one floppy or zip disk or emailed as a zip file. 11/13/09 ... – PowerPoint PPT presentation

Number of Views:40
Avg rating:3.0/5.0
Slides: 6
Provided by: carlo316
Category:
Tags: cob | due | files | hw2 | loan | november | payment | vb6 | wednesday | zip

less

Transcript and Presenter's Notes

Title: HW2 VB6 Loan Payment Due COB Wednesday 21 November


1
HW2VB6 Loan PaymentDue COB Wednesday 21
November
HW2
IS3001 George Zolla
Naval Postgraduate School
Monterey, CA
2
HW2 Requirements
  • 1. Write a VB6 project that calculates the
    monthly payment of a loan. The program will allow
    the user to input values for the amount of the
    loan, the annual interest rate, and the length of
    the loan. The program will perform the
    calculation and then display the results to the
    user.

3
HW2 Requirements
  • 2. Use the conventions recommended in the text
    and the guidance and requirements contained in
    the Project Evaluation Sheet including project
    submission instructions. Plus
  • Use meaningful names for controls, variables and
    the form
  • Pay particular attention to the data types used.
  • Use at least 2 colors
  • Images may be used to enhance the visual
    effectiveness
  • The project folder must fit on one floppy or zip
    disk or emailed as a zip file

4
HW2 Requirements
  • 3. The Payment function on page 640 may be used
    to calculate the monthly payment
  • Pmt(interest/month, total months, -loan amount)
  • 4. Format the results with the FormatCurrency
    function found on page 101.

5
HW2 Requirements
  • 5. The following formulas may be used in your
    solution
  • sngMonthlyRate Val(txtRate.Text) /1200
  • sngMonths Val(txtYears.Text) 12
  • curLoanAmount -Val(txtLoanAmount.Text)
  • lblMonthlyPayment.Caption Pmt(sngMonthlyRate,
    sngMonths, curLoanAmount)
Write a Comment
User Comments (0)
About PowerShow.com