срочно ‼️
Сколько раз будет выполнено тело цикла?
а.) for (i = -5; i < = 5; i = i + 1) { cout << "hello!" <<endl; }
b.) for (i = 6; i < = 2; i = i + 1) { cout << i - 10 << endl; }
c.) int i = 2; while (i < = 3) { i = i + 2; }
d.) int i = 3; do { i = i - 1; } while ( i < = 4); ​
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.