Develop a loan application gui windows

Assignment Help DOT NET Programming
Reference no: EM131258393

C# GUI (Windows) - Loan Application.

Develop a Loan application GUI Windows.

Laid-back Loans is a company that offers flexible loan terms. All their loans are for 5 years (60 months) or less. The following information should be a part of the Loan class.

Customer name

Loan #

Loan Balance

Term in Months (length of the loan in months)

Year to date Interest Paid

C# GUI (Windows) - Loan Application.

Payment Due

Interest Rate

Each month, the application user can calculate the Payment Due for that month. If there is already an amount in the PaymentDue property, then the loan is overdue and the new Payment Due should be added to the existing amount along with a $35.00 late fee.

Customers who have repaid a loan with Laid-Back Loans before will be charged using simple interest:

Interest over the life of the loan = Principle * rate of interest * time of loan in years
I=P*r*t

Example:

double interestTotal = balance * interestRate * (terms / 12);
double simplePayment = (balance / terms) + (interestTotal/terms);

Customers who are new are charged compounding interest that is compounded monthly (12 times a year):

Accrued amount = Principle * (1 + (rate of interest / number of compoundings per year)) A (number of compoundings per year * number of years) where " means "to the power".

The power function in C# works like this Math.Pow(x,y) gives x^y

Example:

double accrued = balance * Math.Pow((1 + (interestRate / 12)), (12 * terms / 12));
double compoundPayment = (accrued / terms);

The application should allow for a delegate to perform the actual calculation of payments.

The application should allow for an event delegate to trigger when a loan payment is not made.

2156_Loan Application.jpg

Reference no: EM131258393

Questions Cloud

Cobweb model and market with price ceiling : Compare and Contrast Cobweb Model and Market with Price Ceiling?
Large increase in the demand for export : Assume that there is a large increase in the demand for export. Show the resulting short-run equilibrium on your graph. In this short-runequilibrium, is the unemployment rate likely to be higher or lower than t was before the increase in exports? ..
Where are there breaches of ethical behavior : What are the ethical issues? Where are there breaches of ethical behavior? How could each ethical theory you cite help people think about what constitutes virtuous or ethical behavior?
What is the maximum number of applications per hour : What is the maximum number of applications per hour that can be handled by the present configuration of the process? - How many applications can be processed per hour if a second clerk is added to check for violations?
Develop a loan application gui windows : Develop a Loan application GUI Windows. Laid-back Loans is a company that offers flexible loan terms. All their loans are for 5 years (60 months) or less. The following information should be a part of the Loan class.
Identify the many variables that a hospital needs : Identify the many variables that a hospital needs to consider in layout design. -  What are the advantages of the circular pod design over the traditional linear hallway layout found in most hospitals?
What should you have done to recognize : What went wrong with the range performance? As the lead systems engineer, what should you have done to recognize and avert the problem shown by the data in this TPM? And when should you have done this?
Cobweb model and market with price ceiling : Compare and Contrast Cobweb Model and Market with Price Ceiling?
Large increase in the demand for export : Assume that there is a large increase in the demand for export. Show the resulting short-run equilibrium on your graph. In this short-runequilibrium, is the unemployment rate likely to be higher or lower than t was before the increase in exports? ..

Reviews

Write a Review

DOT NET Programming Questions & Answers

  Use techniques to read bouble value from text box

Use the techniques to read the Bouble value from a TextBox. [Note: ou may need to use methods Convert.ToDouble and Convert.ToDecimal when doing calculations with the number of hours and charges, respectively.

  Which keywords in c# are not also keywords in java

What are the advantage of using a rectangular array in C#, as opposed to using an array whose elements are arrays?

  Develop a web portal of employer-job applicants

Develop a web portal of Employer-Job Applicants Career Tracer for Royal Areas Electricity Company (RAECO).

  Create an interface that has two list boxes

Create an interface that has 2 list boxes for i) the weekly hours worked (containing integer values from 35 to 45 inclusive) and ii) the hourly rate of pay (from 9.50 to 14.00 inclusive, in increments of 0.50).

  Develop an asp.net web page

Develop an ASP.NET web page that will allow the students to submit information about themselves, and the courses that they are taking on-line. The information will be stored in an MS-SQL Server Express 2008 database, named College.

  Convert meters to feet and inches.

1. Write a program that can be used to convert meters to feet and inches. Allow the user to enter a metric meter value in a method .

  Blinky lights ii the hard way take the last two digits of

blinky lights ii the hard way take the last two digits of your utcid. this is your duty cycle in percent. if your duty

  Concepts of home directory

In this lab you will learn the concepts of home directory, working directory, absolute pathname, and relative pathname. You will learn to use cd to make another directory the working directory, pwd to display the name of the working directory, rm ..

  What characteristics of the ajax programming style

What characteristics of the Ajax programming style do you believe will make it attractive to be utilized in applications within your workplace?

  Name some form controls used with dotnet

Managing validation becomes a rather onerous task when you have to design a contact form, an event registration form, a sign in form, etc. What are some form controls used with .NET? Explain your answer.

  Write a program that computes the amount of money

Write a program that computes the amount of money the computer club will receive from proceeds of their granola bar sales project. Allow the user to enter the number of cases sold and the sale price per bar. Each case contains 12 bars; each case is p..

  List out the data types available in c sharp

List out the data types available in C# and their corresponding class/struct in .NET class library.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd