Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Can you find maximum of 2 numbers? if yes, what's stopping you from doing it for 3 numbers?
-
negi000833y@theabbie it's my first time in coding. I have no idea about it
That's why I came here
Can u solve it? -
Root825573yIterate over the list of numbers.
Record the largest you’ve seen.
Once you reach the end, you have your answer.
There’s 80% of the work. Now go write it. -
This is not stackoverflow. Do your homework yourself.
Also the question is crap. What langauge even? -
Jedidja10143y@C0D4 I like how that font connects the -- as well as making a ligature of <-
that makes the whole thing even more illegible -
I’m sorry if you’re a beginner coder this is simply the wrong place to ask code questions.
It’s like going to an meeting for alcoholics and asking ”how do I drink beer?”
Not to say that we are ”elite programmers” - just that this is a forum for programmers to complain about shit, not to get started with code
WAP to find maximum number among three numbers
question