Menu

[solved] – Question 93061

What will be printed by the following code?

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

Expert Answer


OR


Leave a Reply

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