RodneyShag/HackerRank_solutions

wrong

rlniranjan9 opened this issue · 5 comments

Compiler Message
Wrong Answer
Input (stdin)Download
INPUT
Expected OutputDownload
Stuart
Kristeen
Christene
Amina
Aamina

Which question/problem are you referring to?

Please make sure you are using Java 8 when submitting solutions. Also, HackerRank has changed many of the 300 problems I've solved, so sometimes you may have to change my solution slightly to get it to work with HackerRank's updated problem. Or, open an issue with a specific solution that doesn't work and I will fix it. Thanks.

Hi. I'm guessing you're referring to the "Java Int to String" problem. I've updated the solution to just the part you need to copy/paste, which is: String s = "" + n;