Int k=1, sum=0;
For(;k<10;)
{
Sum+=k;
}
Find error
Answers
Answered by
2
Finite sums. The computational paradigm used in PowersOfTwo.java is one that you will use frequently. It uses ... int cnt = 0; for (int i = 0; i < 10; i++) for (int j = 0; j < 10; j++) for (int k = 0; k < 10; k++) if (2*i + j >= 3*k) cnt++;
Please please mark as the Brainly for the answer please please
And don’t forget to thank me for the answer
Answered by
0
Answer:
why your questions are ????
Similar questions
Math,
2 months ago
English,
2 months ago
Physics,
2 months ago
Math,
4 months ago
Social Sciences,
9 months ago