0 votes
Hello,

Some answers in Exercise 11 are expected to be a number. The actual answers are in float format (e.g. 1.0), but the questions in the excercise mention the format to be an integer (e.g. 1). How should the answer be formatted?

Regards
in ex11 by
edit history

1 Answer

0 votes
You should format the answer according to the format example, rounding if necessary. We will also accept numbers exactly as returned by the API.

In particular, Task 3d) is missing a format example. You can either submit the result as an integer (e.g. 1), or as a floating point number (exactly as returned by the API).
by (860 points)
edit history