Write a program to compute for the amount to be paid by the customer in purchasing items. the program will accept as inputs the price of the items and how many items are bought. The customer can avail the 10% discount if and only of the number of items bought is more than or equal to 100.
Need the C++ source code?