Last updated 1 year ago
Was this helpful?
// is the integer division operator. The result can be interpreted as the .
17 // 5
This calculates how many times 5 fits completely into 17, which is 3.