C++ Find Largest of Three Values

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии •

  • @ayomideolatunde6453
    @ayomideolatunde6453 3 года назад +4

    Love it. Straight to the point!

  • @venusportugal2620
    @venusportugal2620 4 года назад +4

    Hi. How about finding the largest and smallest number among 3 numbers using if statement?

  • @drayneeru1796
    @drayneeru1796 3 года назад +2

    Awesome video, helped me a lot

  • @nemesizzz8622
    @nemesizzz8622 2 года назад

    please say me how I can write a program when my task is this:(Enter three variables, print the maximum value if the values of the other two variables are equal.)

  • @katsukibakugou5854
    @katsukibakugou5854 2 года назад +1

    Thank you so much. This greatly helps❤️

  • @sumikoakira1561
    @sumikoakira1561 2 года назад

    How about if they enter something other than integers

  • @ezionightcore5943
    @ezionightcore5943 2 года назад

    Nice video mother!!!

  • @حسينعليعباسشنون
    @حسينعليعباسشنون 3 года назад +2

    Write a function called max that takes two numbers and compares them. This function should return true if the first number is greater than the second one, otherwise, return false.
    by using function
    please help

  • @insightful2670
    @insightful2670 3 года назад +1

    How do we take into account 2 equal highest numbers

    • @HeidiGentryKolen
      @HeidiGentryKolen  3 года назад

      The highest is the highest, whether there are duplicates or not. Are you trying to count duplicates?

  • @edvardsmathers3125
    @edvardsmathers3125 4 года назад

    Is there anyway to make it so there are 3 numbers and then it does this with the negative numbers by only saying whats the biggest negative number

  • @antonie9034
    @antonie9034 5 лет назад +1

    hey!! sorry for bothering but i need a help to download a cpp compiler. a link will help. thanks

    • @HeidiGentryKolen
      @HeidiGentryKolen  5 лет назад

      Hello, straight from Bjarne Stroustrup's homepage: www.stroustrup.com/compilers.html

  • @FatimaSarwar105
    @FatimaSarwar105 4 года назад +1

    Thanks You helped me!

  • @Xoxoxox-x7b
    @Xoxoxox-x7b 3 года назад +1

    Could u pls tell me how to run code in sublime text editor

    • @HeidiGentryKolen
      @HeidiGentryKolen  3 года назад

      www.quora.com/Is-there-a-way-to-compile-and-run-C++-in-Sublime-Text#:~:text=You%20can%20directly%20compile%20C,(shortcut%20%3A%20Ctrl%20%2B%20B)&text=which%20can%20be%20edited%20to,std%3Dc%2B%2B0x%20option.

  • @Leader711
    @Leader711 4 года назад +1

    Wow nice thank u so much

  • @parsakh4452
    @parsakh4452 3 года назад +1

    keyboard ASMR lol

  • @imantodeinkhilafat856
    @imantodeinkhilafat856 3 года назад +1

    thanks sister

  • @macangelplayz6000
    @macangelplayz6000 4 года назад +1

    This helps allot

  • @mohanadhafez6326
    @mohanadhafez6326 4 года назад +1

    Thanks!

  • @aamirnawaz4297
    @aamirnawaz4297 4 года назад +1

    Hi