If Statements (con't) | C++ | Tutorial 17

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 10

  • @moazibrahim2507
    @moazibrahim2507 4 роки тому +7

    thank you for your job ;

  • @abusalehridoy8258
    @abusalehridoy8258 6 років тому +2

    What if all the numbers are equal? How will I print that?

    • @moazibrahim2507
      @moazibrahim2507 4 роки тому +5

      then anyone of them can be considered as the biggest ,
      for example : if you entered (5,5,5) , then the output will be (5) ,, it's normal !

    • @pieTone
      @pieTone 3 роки тому +4

      3 years ago wow

  • @RealityCheck6969
    @RealityCheck6969 Рік тому

    A ternary function would be much more suitable for this task. :P

  • @randompersondfgb
    @randompersondfgb 2 роки тому +1

    Isn't this just a deliberately difficult version of the fmax function?