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

  Develop web services based application

Develop and test a Web services based application that meets the requirements applying SOA design principles.

  Design style elements in asp

Add drop down lists for modifying the different style elements for the label element that displays the time

  Create a shopping cart in asp

The users will use a browser to access the on-line store. The web server software for the production web server is Windows 2003 Server /IIS6.

  Inventory management system in c# application

Inventory management system in c# application

  Using .net resources to teach .net

This project will use the .NET framework to produce a set of materials to demonstrate the fundamental principles of .NET. Ideally it should demonstrate some of the principles of the framework e.g. interoperability.

  Prepare a marymount faculty site

Prepare a Marymount faculty site

  Blinky lights

Analysis proving that your code blinks the LEDs at the specified rates.

  Prepare a web application

Prepare a web application that will be used to keep track of patients registering in a hospital.

  Implementing the insurance management system

Implementing the Insurance Management System and implementation of Components as Web Services.

  Describe the characteristics of visual studio 2005

Describe the characteristics of Visual Studio 2005 Visual Studio.Net is a suite of products that includes 4 main languages. Name these languages and outline their use in industries

  What is a connectionstring

What is a ConnectionString. Give a suitable example to illustrate the various part of a ConnectionString

  Prepare a web application for internet service provider

Prepare a Web application and write the code also event planning document base. This web application allows the user to sign up for an Internet service provider for home connectivity.

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