Search:

Type: Posts; User: std10093

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    2,733

    The scanf may be the problem.Remove the \n and...

    The scanf may be the problem.Remove the \n and recompile and run :)
  2. Replies
    7
    Views
    2,733

    You mean that printf at line 16 has no effect? ...

    You mean that printf at line 16 has no effect?

    In line 13 notice that you mul from 0 to 9 not from zero to ten,so you should use operator <= instead of <
Results 1 to 2 of 2