To anyone who can help. I am in the beginning stages of C++ and I need some help with the following question. Don't just give me the answer if you can, please explained how to determine out. Thanks.
What is the output of the following code segment?
for(int m=1; m <= 4; m++)
cout << (m*2);