Login and get codingBankers Rounding is an algorithm for rounding quantities to integers, in which numbers which are equidistant from the two nearest integers are rounded to the nearest even integer. Thus, 0.5 rounds down to 0; 1.5 rounds up to 2. - sourceComplete the function below that takes an
float
, returning it rounded even.
412 out of 414 users completed this Bite.
Will you be the 413th person to crack this Bite?
Resolution time: ~26 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 1.75 on a 1-10 difficulty scale.
» You can do it! 😌