Menu

Java Program Customer Receives 2 Points Every Dollar Spent 100 Transaction Plus 1 Point Ev Q43810693

Java Program: A customer receives 2 points for every dollarspent over $100 in each transaction, plus 1 point for every dollarspent over $50 in each transaction(e.g. a $120 purchase = 2x$20 +1x$50 = 90 points). Given a record of every transactionduring a three month period, calculate the reward points earned foreach customer per month and total. Make up a data set to bestdemonstrate your solution

Expert Answer


Answer to Java Program: A customer receives 2 points for every dollar spent over $100 in each transaction, plus 1 point for every …

OR