Hi to all, I have to create a program that calculates car payment, I am totally lost here is an example of what the form design looks like:
Price:
down Payment:
Annual interest rate:
**********calculate button***********
and here goes a list box (the list box generates monthly payments for the number of months):
Months Monthly payments
12 300.00
24 200.00
36 100.00
i hope its understandable, now there is a formula for this project but i dont know what it is and also if i use formulas how do i declare "Math.h"?
i guess the formula would be to subtract down payment from price but from there i dont know what to do nor how to write it in the code. how would you make it to where those numbers appear in the list box? do you use listbox1.items.add("") for each number? im soooo lost please help!
Price:
down Payment:
Annual interest rate:
**********calculate button***********
and here goes a list box (the list box generates monthly payments for the number of months):
Months Monthly payments
12 300.00
24 200.00
36 100.00
i hope its understandable, now there is a formula for this project but i dont know what it is and also if i use formulas how do i declare "Math.h"?
i guess the formula would be to subtract down payment from price but from there i dont know what to do nor how to write it in the code. how would you make it to where those numbers appear in the list box? do you use listbox1.items.add("") for each number? im soooo lost please help!