Question- Graph the functions 8n, 4nlogn, 2n2, n3, and 2n using a logarithmic scale for the x- and y-axes.
That is, if the function is f(n) is y, plot this as a point with x-coordinate at log n and y-coordinate at log y.
Can you please show me an example of a C++ Class that has a dynamic array of a string that takes in names by user input??