When the % operator is returning the remainder, you can have a negative modulo like in this example (in Javascript) : console.log(-5%4);
確定! 回上一頁