Чему равно значение выводимой на печать переменной?
    int temp = 0;
    for (int i = 1; i <= 1000; i++) {
        temp = (temp + 1) * temp;
    }
    cout << temp;
    }
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.