Write a c++ program to compute Number of visits for salesman per month, where he takes 60 minutes in each visit and 15 minutes to move from visit to other. Then compute the total profit for this salesman if you know that the return profit for each visit is 500 L.E. in the first two weeks of the month, then it increment by 10% in the second half of the month.
Note that salesman works 11 hours / day.