1. Make a flowchart and a C program to input 2 integers. If the 1st integer is greater than the 2 nd integer, compute the sum of the 2 integers, otherwise compute the product. Output the sum or product of the 2 integers.
2. Any customer whose total PURCHASE is at least P1000 will be given a 10% discount. Make a flowchart that would input the customer’s PURCHASE and output his net BILL.