Quadratic Formula Pseudo Code

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

КОМЕНТАРІ • 47

  • @dileepsaisharan9107
    @dileepsaisharan9107 3 роки тому +3

    You saved my life with my assignment that i’m supposed to hand in, in two days time.
    Thanks!

  • @user-yn4nn8cs9q
    @user-yn4nn8cs9q 8 років тому +4

    Can you help me with my pseudo code for a trouble shooting system for a phone to aid me with my GCSE Computer science coursework?

    • @lfeldmantutoring
      @lfeldmantutoring  8 років тому +1

      Please send the assignment to me at lfeldman65@gmail.com and I'll take a look.

    • @user-yn4nn8cs9q
      @user-yn4nn8cs9q 8 років тому

      I'll probably send you it half way through next week.

  • @saidadem244
    @saidadem244 6 років тому +1

    "thanks very mach" you helped me allot keep going thank you

  • @sergioolaciregui7285
    @sergioolaciregui7285 8 років тому +1

    Great help man! Thanks

  • @dilqalbiayoze8459
    @dilqalbiayoze8459 6 років тому +1

    Kindly can you make a video on :if the discriminate is (-ve) for finding roots and using either pascal or c languages to find the two roots????

    • @lfeldmantutoring
      @lfeldmantutoring  Місяць тому

      Please email me at lfeldman65@gmail.com. Thanks!

  • @nomanbaluchi
    @nomanbaluchi 2 місяці тому

    i have a mathematical expression to solve it through pseudo code can you please help me out

  • @sechongemussa3550
    @sechongemussa3550 8 років тому +1

    thanks now m understand to write pseudocode

  • @edzielsy1239
    @edzielsy1239 2 роки тому

    Do you have trace table to this sir?

  • @kishorekrishna3733
    @kishorekrishna3733 5 років тому +1

    Clearly understood dude

  • @TheNeonbuffalo
    @TheNeonbuffalo 9 років тому

    Great video it really helped

    • @lfeldmantutoring
      @lfeldmantutoring  9 років тому

      +Aldrick Castro
      I'm very happy to hear that! Thanks!

    • @TheNeonbuffalo
      @TheNeonbuffalo 9 років тому

      +Larry Feldman I'm taking a c++ class and I was assigned this for homework at first I didn't understand but you made it very clear

    • @lfeldmantutoring
      @lfeldmantutoring  9 років тому

      +Aldrick Castro
      Great! I'd appreciate it if you would "like" any of my videos that help you and subscribe to my channel. Also, please recommend my channel to others. Thanks!

  • @laurieinsaigha4354
    @laurieinsaigha4354 3 роки тому

    Can this apply in c programming

    • @lfeldmantutoring
      @lfeldmantutoring  3 роки тому

      Sorry for the late reply. Yes, it can work with any language. That's what is useful about Pseudo Code. It can be translated to any programming language.

  • @rahulmall8293
    @rahulmall8293 8 років тому

    Great video! Would you mind helping me with my python troubleshooting system for OCR GCSE computer science coursework ?

    • @lfeldmantutoring
      @lfeldmantutoring  Місяць тому

      Please email me at lfeldman65@gmail.com. Thanks!

  • @bamidelepriscilla8606
    @bamidelepriscilla8606 2 роки тому

    The video is blurry

  • @sechongemussa3550
    @sechongemussa3550 8 років тому

    i don see your email

  • @princecharles3050
    @princecharles3050 7 років тому

    hey there

    • @lfeldmantutoring
      @lfeldmantutoring  7 років тому

      Prince Charles Hi. How can I help you?

    • @princecharles3050
      @princecharles3050 7 років тому

      write an algorithm in the form of pseudo code and flowchart to solve the following computer problem:
      help an engineering student solve a quadratic equation by calculating the roots of a quadratic equation. First it find the discriminant using the formula : disc = b * b - 4 * a * c. There are 3 types of roots. They are complex, distinct & equal roots. We have to find the given equation belongs to which type of root. ,, getting some problem doing this

    • @lfeldmantutoring
      @lfeldmantutoring  7 років тому

      Prince Charles Where are you stuck? The video shows how to do it.

    • @princecharles3050
      @princecharles3050 7 років тому

      at the pseudo code not really understanding how to do it with this b*b-4*a*c

    • @lfeldmantutoring
      @lfeldmantutoring  7 років тому

      Prince Charles (b*b) - (4*a*c)