What is printed because of the following code?
int x = 2; repeat(4){ x = x*x; } cout << x << endl;
OR
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.