if anyone could please help me with the c++ coding of the following:-
Write a c++ program that does the following:-
Accepts as input n(to be entered at run time and n must be divisible by 3) integers and stores them in a Stack, sort them using any sorting algorithm (of your choice) and store them in an array. The program should then allow removal of the sorted elements from the array in 3s; the first two numbers are used to create a rectangle(if not equal) or a square( if they are equal) while the third is used to create a circle. For each of the shapes created print out the area and any other output that may be necessary.