Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
VB.NET General Discussion
VB.NET Question on a calculation
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Persson, post: 5000, member: 2032"] Hi, I am trying to figure out a calculation that I need to complete for a project. I have created a Namespace titled "CreditScore". The project wants me to calculate a credit score based on the following information: *100 points are awarded for each $10,000.00 of income, That is 110 points would be awarded for $11,000.00 in annual income. *25 points are deducted for each $10,000.00 of annual revolving debt *15 points are deducted for each $10,000.00 in annual house payments *25 points are deducted for each late payment *15 points are deducted for each dependent *15 points are awarded for each $10,000.00 in the bank *50 points are awarded if a person owns their own home outright I have got this much figured out but I can't pull it together. AnnualIncome/1,000 = ? * 10 RevolvingDebit/10,000 = ? * -25 LatePayments * -25 = ? Dependents * -15 = ? Cash/10,000 = ? * 15 = ? If Checkbox = True Then points = 50 Well this is what I have I just can't pull it together. If you can help...I would appreciate it so much. Desperate in Kentucky, Elvira Persson [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
VB.NET General Discussion
VB.NET Question on a calculation
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom