Development & Code
Modulo: What the Percent Sign Actually Does in Code
The percent sign does not mean percent in code. Here is what it actually does. Most people see % and think percentage. In programming, % is the…
The percent sign does not mean percent in code. Here is what it actually does. Most people see % and think percentage. In programming, % is the…
This post builds on the intro post. If you have not read that one yet, start there first. New to this topic? Start with: Order of Operations: What…