this is a practice question that has me baffled
I am providing my answer, but to tell you the truth I do not see enought info to
answer the question. the question is : fill in the blank linebelow
sum=0;
for(k=0; k<50; k++)
for (j=0; j<7; j++)
sum= sum +______________ __
my answer is sum =sum+ K ++ J ++
but I have been told it was wrong, what is the solution?
I am providing my answer, but to tell you the truth I do not see enought info to
answer the question. the question is : fill in the blank linebelow
sum=0;
for(k=0; k<50; k++)
for (j=0; j<7; j++)
sum= sum +______________ __
my answer is sum =sum+ K ++ J ++
but I have been told it was wrong, what is the solution?
Comment