Write the value that will be stored in variable num and sum after execution
of following code:
int sum=0, num = -2;
do
{
sum = sum + num;
num++;
}
while (num < 1);
Answers
Answered by
2
Answer:
I think you better Google that
Similar questions
Business Studies,
5 months ago
Math,
5 months ago
Geography,
1 year ago
CBSE BOARD X,
1 year ago
Biology,
1 year ago