Recent content by Lacee666

  1. L

    Is Logitech X-530 good for gaming?

    Hi everyone! I'm planning to buy a Logitech x-530 surround sound speaker system. And my most important question is: Is it good for gaming? I mean are the speakers give good quality? For e.g. when someone speaking behind you (in a game), you can clearly hear the rear speakers, or are they quiet...
  2. L

    What is wrong with my code? ( C programming)

    Oh, I'm stupid! Thanks! It's working!:) I rewrote the a to 1.
  3. L

    What is wrong with my code? ( C programming)

    I want to create an arithmetic mean program. For e.g. n=6, (1+2+3+6)/4=3. n is the number which is given by the user. b is calculating the numbers, if n%a=0 (in the example 1,2,3,6). d is calculating the numbers (in the example the 4). In the end x=b/d and we will have the answer. But when I...