Computer Science, asked by 9814922611mok, 4 months ago

Int k=1, sum=0;
For(;k<10;)
{
Sum+=k;
}
Find error

Answers

Answered by meharakshitha4
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 channigaggu2
0

Answer:

why your questions are ????

Similar questions