1

WAP to find maximum number among three numbers

Comments
  • 2
    Can you find maximum of 2 numbers? if yes, what's stopping you from doing it for 3 numbers?
  • 2
    @theabbie it's my first time in coding. I have no idea about it
    That's why I came here
    Can u solve it?
  • 4
    is that homework?
    If yes: do it yourself
    If no: are two if clauses too much?
  • 1
    It's always 6
  • 2
  • 5
    Has searching on the web become that difficult ?
  • 7
    Iterate 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.
  • 1
    This is not stackoverflow. Do your homework yourself.
    Also the question is crap. What langauge even?
  • 1
    WAP = Wet acc puccy?
  • 5
    He didn't say what language.

    @highlight say hello.
  • 1
  • 2
  • 3
    @C0D4 I like how that font connects the -- as well as making a ligature of <-
    that makes the whole thing even more illegible
  • 1
    @C0D4 👌🏻
  • 3
    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
Add Comment