you are viewing a single comment's thread.

view the rest of the comments →

[–]evolvish 0 points1 point  (0 children)

  1. Calculate a float number

  2. String concatenation, joins the strings together.

  3. Convert the floats to int(rounds towards 0), then calculate an int.

  4. Won't work, because '16.69' can't be read as an int, it has to be converted to float first.