多少次5适合一组数字

时间:2016-08-20 12:56:18

标签: php math

我已经编写了一些基本的杂乱代码来解决这个问题,但我确信必须有更好的方法来解决这个问题。这是我的尝试:

$max = 17.9;
$box=0;
$x=0;
for (;;) {
   if ($box > $max) break;
   $box+=5;
   $x++;
}
$bonus = $x-1;
echo "$bonus points added!";

所以在这里我们看到5次适合17.9次。

1 个答案:

答案 0 :(得分:6)

你这样做更难,然后需要

floor()
  1. 除以17
  2. 删除剩余部分(.navbar-fixed-top { width: 75%; margin-left: auto; margin-right: auto; } 也适用于此处)