I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » C/C++ »

help pls in turbo c

john\′s Photo
10 Jul 08, 4:57PM
help pls in turbo c
so use a while loop, as in
...
while(1)
{
  scanf("%d",&n1);
  sum+=n1;
  if(n1==0) break;
}
....

I hope this isn't home work.
Currently you need to be logged in to leave a message.