Please create a C++ program that will ask a high school groupthat is made of 5 to 17 students to sell candies for a fund raiser.There are small boxes that sell for $7 and large ones that sell for$13. The cost for each box is $4 (small box) and $6 (large box).Please ask the instructor how many students ended up participatingin the sales drive (must be between 5 and 17). The instructor mustinput each student’s First name that sold items and enter thenumber of each box sold each (small or large). Calculate the totalprofit for each student and at the end of the program, print howmany students participated and the total boxes sold for each (smalland large) and finally generate how much profit the group made.