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
English,
5 months ago
English,
5 months ago
Computer Science,
10 months ago
Geography,
10 months ago
CBSE BOARD X,
1 year ago
Biology,
1 year ago