+ 3
What should be the output of the program??and why??
According to me output should be 11 but it is coming out 12 https://code.sololearn.com/cNFy6QE7Hwhx/?ref=app
4 ответов
+ 5
Your code there is a warning. "i" may be undefined.
+ 4
I added step by step. See this code.
https://code.sololearn.com/cT83kg18c2ru/?ref=app
+ 4
See also this code.
https://code.sololearn.com/cjfpIW77FgrZ/?ref=app