Write a function to produce the Fibonacci sequence. Use this function to fill a vector<string>
with the first ten Fibonacci numbers. Sort the vector lexicographically and print the resulting
sequence to the screen.
I've tried this, but i need to put everything in the Vector<string> and split every number above 10 and sort it.