+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!
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.
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
You saved my life with my assignment that i’m supposed to hand in, in two days time.
Thanks!
I'm glad to hear that!
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?
Please send the assignment to me at lfeldman65@gmail.com and I'll take a look.
I'll probably send you it half way through next week.
"thanks very mach" you helped me allot keep going thank you
Happy to help!
Great help man! Thanks
Glad to hear! Thanks for the feedback!
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????
Please email me at lfeldman65@gmail.com. Thanks!
i have a mathematical expression to solve it through pseudo code can you please help me out
Please let me know what your question is.
thanks now m understand to write pseudocode
Glad to hear!
Do you have trace table to this sir?
Sorry to say I don't.
Clearly understood dude
Great!
Great video it really helped
+Aldrick Castro
I'm very happy to hear that! Thanks!
+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
+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!
Can this apply in c programming
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.
Great video! Would you mind helping me with my python troubleshooting system for OCR GCSE computer science coursework ?
Please email me at lfeldman65@gmail.com. Thanks!
The video is blurry
Sorry, it's a bit old.
i don see your email
lfeldman65@gmail.com
thanks
hey there
Prince Charles Hi. How can I help you?
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
Prince Charles Where are you stuck? The video shows how to do it.
at the pseudo code not really understanding how to do it with this b*b-4*a*c
Prince Charles (b*b) - (4*a*c)