1. Визначити чому буде дорівнювати значення
змінної ь після виконання наступного
фрагменту коду:
int x = 5;
int b = 1;

if ( (x % 3) < 2 )
b=2* b;
If ( (x % 3) > 2 )
b=3 * b;
else b = 4 * b;
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.