Ad
  • Custom User Avatar

    This program is stupid. It forces the computer to think in the way humans think, which is essentially inefficient for a machine to do.

    NOT TO MENTION it is a redundant program. You're writing a program to figure out whether a goddamn number is dividible by 7 (%7 == 0), and you went through a bunch of unnecessary operations to eventually use the condition %7 == 0 ? again. How dumb is that?