Starting from:

$15

Description : Credit Limit Calculator

Develop a Java application that determines whether any of several department store customers has exceeded the credit limit on a charge account For each customer the following facts are available:account numberbalance at the beginning of the month total of all items charged this monthtotal of all credits this month
allowed credit limit
input all these as integers calculate new balance (= beg balance + charges - credits display the new balance determine if new balance exceeds credit limit if exceeded display message "Credit limit exceeded"

More products