85

Math.floor("bodies"); //Let the bodies hit the floor

Comments
  • 5
    Math.floor function can take String parameter?
    TIL
  • 2
    @corscheid Java ¯\_(ツ)_/¯
  • 0
    @BoomeH Java is in my exp quite type strict. Not exactly a Perl.. Surely javac would vomit with a type mismatch between expected param (some float or int or number type) and given string. But hey if this actually works... Then 1, that is weird. 2, that's cool I guess XD
  • 1
    @corscheid @BoomeH @corscheid nope wont work. In JS you would get a NaN
  • 0
    One! Nothing wrong with me
    Two! Nothing wrong with me
    Three! Nothing wrong with me
    Four! Nothing Wrong with me.
  • 1
    For(int I=1;I<4;I++){
    System.out.println(I+"! Nothing wrong with me!");
    }
  • 1
    #!/usr/bin/python
    #...
    for i in range(1,5):
    print i, "Something's got to give!"
    scream()
    heavy_ass_riff()
Add Comment