A new restaurant just opened up near you. they have two interesting ideas. first, all menu items are whole numbers (no $11.99 $12). second, whenever a group of customers want to "split the bill" and the amount each has to pay is not a whole number, they will donate the remainder to charity. write a complete c program that inputs the amount of the bill and the number of people in the group. then, calculate the amount owed by each person and the remainder for charity.