+ 3
Where is the error in this code?
https://code.sololearn.com/cnyhs8AjivdS/?ref=app I can't find what's wrong with this java code, any help please? I'm still a beginner in java so it maybe a silly one 😅. Thanks
24 odpowiedzi
+ 9
don't worry about it. :) they don't do anything bad to you. I know it is annoying. But in reality they have no effect on your profile
@Mohamad: you can remove your down vote by clicking down again on the answer
+ 8
+ 7
try print instead of printIn ( or use println (L not I) )
+ 7
Not sure, I am upvoting them :)
+ 5
I got a down vote in my 1st answer, which I guess I didn't deserve. I know there are people who sometimes down vote me, but I didn't deserve one in that answer
+ 3
That's because of the display font. In a monospace font, uppercase i & lowercase L are displayed differently. But in other font families, it's tough to differentiate them. So you saw println with l for learn, not with I for idea
+ 3
Why am I getting down votes? I guess my answer is appropriate
+ 2
don't worry about anything you just a beginner so u learn deeply and then develop ur code we r supporting u
+ 1
You have used printIn but it will be println.
It's not an uppercase I (I for Idea) in println, it's a lowercase l (l for learn). Here, ln means new line.
+ 1
I used I for Idea, I got it, that's not the problem, but using print instead of printIn worked
+ 1
I used print instead of printIn and it worked, but why, I'm still learning and I think I just saw printIn in what I learned, can you explain the difference please?
+ 1
oh I got it, what I saw was println (L small not i capital) thanks for your help guys
+ 1
that's quite annoying actually 😅 thanks again guys for your help
+ 1
I think it was me, sorry for that, I upvoted them again
+ 1
I think I feel guilty of it, sorry again for that
+ 1
thanks for your answers guys, and sorry for the downvote Dipta, I guess I fixed it and gave an upvote, hope you're not annoyed of me
+ 1
I think it os ok now, thanks for your help guys.
+ 1
nice code dude
+ 1
all the best
+ 1
Many thanks 😊