home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / c05 / 1.img / D.C < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-06  |  66 b   |  9 lines

  1. main()
  2. {
  3. int a,b,c;
  4. for(a=1;a<10;a++)
  5. { b=a;
  6. c=a+b*b;
  7. }
  8. }
  9.