7. Greatest of three numbers - Algorithm & Flowchart -

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ธ.ค. 2020
  • This video explains on writing algorithm and flowchart for finding the greatest of three numbers.
    #algorithms,#flowchart,#greatestofthreenumbers,#greatest,#algorithm,#flowchart,#greatestofthreenumbers,#python,#learnpython,#pythontutorial,#pythonprogramming,#pythonforbeginners,greatest of three numbers in python

ความคิดเห็น • 17

  • @Poem_arabic
    @Poem_arabic 4 หลายเดือนก่อน +1

    شكراً لك❤

  • @idofkuli486
    @idofkuli486 3 หลายเดือนก่อน

    🤩

  • @ankurchowdhury4216
    @ankurchowdhury4216 3 หลายเดือนก่อน

    ❤❤❤❤

  • @imamalrazi
    @imamalrazi 3 หลายเดือนก่อน

    thnx😇
    Love from BD❤

    • @preethij427
      @preethij427  3 หลายเดือนก่อน

      Most welcome 😊

  • @NOOBRAMFF
    @NOOBRAMFF 7 หลายเดือนก่อน

    Thanks ma'am ❤

    • @preethij427
      @preethij427  7 หลายเดือนก่อน

      You’re welcome!

  • @raunakyadav3059
    @raunakyadav3059 4 หลายเดือนก่อน

    TNX mam'm ❤

    • @preethij427
      @preethij427  4 หลายเดือนก่อน +1

      Most welcome

  • @user-cx5bo6iq5s
    @user-cx5bo6iq5s 3 หลายเดือนก่อน

    thank you ma'am

    • @preethij427
      @preethij427  3 หลายเดือนก่อน

      Most welcome 😊

  • @macsky07
    @macsky07 8 หลายเดือนก่อน

    Why not print c is the greatest after comparing a with b and c am bit confused mam please answer

    • @preethij427
      @preethij427  8 หลายเดือนก่อน +1

      The reason the algorithm doesn’t print “c is the greatest” after comparing ‘a’ with ‘b’ and ‘c’ is because the logic is structured in a way that checks for greatest numbers among the three(a,b,c) without directly comparing ‘a’ with ‘c’. It first compares ‘a’ with ‘b’ and then proceeds to determine the greatest among the three numbers based on the comparison results. The logic is designed to ensure that the greatest number is correctly identified and printed.
      If ‘a’ is not greater than ‘b’, the algorithm goes on to check if ‘b’ is greater than ‘c’. If ‘b’ is greater than ‘c’, it prints ‘b is the greatest’ because it has already established that ‘a’ is not greater than ‘b’. If ‘b’ is not greater than ‘c’, it prints ‘c is the greatest’ which means that none of the other numbers (a and b) are greater than ‘c’.
      The algorithm is designed to provide the correct result by considering all possible cases and comparing the results systematically.

    • @macsky07
      @macsky07 8 หลายเดือนก่อน +2

      ​@@preethij427oh... oh ! i see okay okay thank you so much didi

  • @anmol_gomla
    @anmol_gomla 7 หลายเดือนก่อน

    How 5 is greater then 7 😅

    • @Poem_arabic
      @Poem_arabic 4 หลายเดือนก่อน

      Algorithm is stranger 💔

    • @gautams753
      @gautams753 4 หลายเดือนก่อน

      If 5 is greater than 7 it will print false got it 😂😂😂