I literally just started learning C++ and I've been trying to figure out how to code this.
Here is the question:
" Vectors are commonly displayed in the form of [X,Y,Z].Prompt for the integers x,y, and z, then display these values in vector notation."
1) Declare integers x, y and z
2) Promt user to enter them one by one and read them
3) Output in required form.
What exactly you have problems with?