Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[C#] Even number filter_list
Author
Message
RE: [C#] Even number #6
Code:
x % 2
gives the remainder after the integer division (when dealing with only integers such as in this case, otherwise a common type) of x/2. The % is called the modulo operator. Of course when the remainder is 0, the number is even.
Source


Ransomware is more about manipulating vulnerabilities in human psychology than the adversary’s technological sophistication.

Reply





Messages In This Thread
[C#] Even number - by H3RR3S - 07-26-2019, 12:11 AM
RE: [C#] Even number - by OversouL - 07-26-2019, 01:26 AM
RE: [C#] Even number - by darkninja1980 - 07-26-2019, 06:45 AM
RE: [C#] Even number - by Spore - 07-26-2019, 07:09 AM
RE: [C#] Even number - by darkninja1980 - 07-26-2019, 07:13 AM
RE: [C#] Even number - by Tracefl0w - 07-26-2019, 08:45 AM
RE: [C#] Even number - by Yotic - 06-30-2021, 06:48 AM
RE: [C#] Even number - by sunjester - 08-09-2021, 08:38 PM
RE: [C#] Even number - by sunjester - 11-28-2021, 06:36 PM



Users browsing this thread: 1 Guest(s)