2. Визначити чому буде дорівнювати значення
змінної к після виконання наступного
фрагменту коду:
int a = 5;
int k = 0;
int x = 0;
do
{
a = a - 1;
k += a;
} while (a > x );
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.