Need help with c++ program.

Write a program that stores stock symbols into dynamic arrays. The user will enter as many stocks as he/she wishes. The program should display the list of stocks after each one is entered. Sort stocks in alphabetical order.

#include#include#include#include <iterator><iostream><string><vector> int main(){std::vector<std::string> storesStock;std::string symbol;for (unsigned int i…

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now