[solved] – Question 91803
Write Java application program to be used to evaluate the credit worthy of a client. The program reads
the credit limit and the price and quantity of the item to be purchased by the client. If the value of the
goods is more than the credit limit, the program displays “Sorry you cannot purchase goods worthy such
a value on credit” and allows the customer to re-enter the quantity, otherwise, displays “Thank You for
purchasing from us” and the value of the purchase. This should be repeated for n customers.
Expert Answer
OR

