Change n in place of i i.e(n--)
Thats correct, but there are 3 more ways...
n=-20; will also work
condition "-i<n"; will work
one more solution is there.
Post a Comment
5 comments:
Change n in place of i i.e(n--)
Thats correct, but there are 3 more ways...
n=-20; will also work
condition "-i<n"; will work
one more solution is there.
Post a Comment