Hindi, asked by rajandubeydmk, 5 hours ago

predict the output:
int n=786;
int s=0;
While(n!=0)
{
int d=n%10;
s=s+d;
n=n/100;
ONCE
}
a. 13
b. 13
c. 21
d. 24
W​

Answers

Answered by tripathiansh327
0

21 is correct option is not value of 7 86 86

Similar questions