Answered You can hire a professional tutor to get the answer.

QUESTION

Write a program that stores stock symbols into dynamic arrays. The user will enter as many stocks as he/she wishes.

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...
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question