DEV Community

Discussion on: My Cry for Help

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

you stucked at the day 1 problem: well you're not alone it took me days to get a prime number check function right.

  • improve your coding skills

    • Learn to write hello world,
    • Then learn to to take names from command line and say hello (name)
Collapse
 
ayoazeez26 profile image
Ayoazeez26

Thanks for this, my day 1 challenge is on data types and I passed the first test case but unable to pass the second.

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

Actually hackerranks problem are behind a user login, so I cant see the problem without creating an account.

So my recommendation is:

Divide the problem in parts, solve then one by one, make changes to handle edge cases, so you can pass all tests

Thread Thread
 
ayoazeez26 profile image
Ayoazeez26

Thanks for the advice, I really appreciate it