Here is the problem:
A credit Card company will only approve a loan if the applicants income is >= $25,000, thier assets are >= $100,000, and thier liabilities are <$50,000. Write a program that accepts three numbers representing the above catagories : then assign the value true or false to the boolean variable creditOK according toe these criteria and display this value.
Its a standard Boolean type of program with having 3 numbers and out of the three determine if the output will be true(loan being approved) or False(loan not approved). If at all possible I would like to get any feeback on this matter, and maybe the source code as well. Thank you.
2007-02-02
01:09:27
·
5 answers
·
asked by
gatz1000
4
in
Computers & Internet
➔ Programming & Design