Menu

[solved] – Question 92974

What is printed because of the following code?

int x = 2;
repeat(4){ x = x*x; }
cout << x << endl;

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *