C# modulo operator - remainder

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 4

  • @wizzolizzo1064
    @wizzolizzo1064 Місяць тому

    Beginner programmer here and I was a little stumped but this helped SO MUCH!! THANKS SO MUCH!!

  • @MoodyHL
    @MoodyHL Рік тому

    by far the best tutorial about this concept. Thank you!

  • @cyrilmorcrette
    @cyrilmorcrette День тому

    Is someone a programmer if they don't know what MOD is? A few decades ago in my country, the Chinese remainder theorem (the generalized version to a ring, with coprime ideals ...)'s DEMONSTRATION was still demanded of students ... in high shool. I was stunned too, but more because % isn't a mod operator but a remainder operator, which makes it worthless in most 'mod'-like instructions (loops that go past iList.Count and restart from the start (when you have to to write i - 1)).

  • @im-Anarchy
    @im-Anarchy Рік тому +1

    what is -1 % 10 in C#