@cassondrad2280

Thank you.  You're straight to the point and clear and concise.  Some of these other folks on youtube, too long-winded when they start out, OMG! just get to the point. I would have to speed it up.   Thank you

@maraos8869

Thankyou, great preparation for my exam tomorrow :)

@FuzzyDPozzy

Awesome tutorial, I would appreciate if you made a series of different exercises, and shown how to be solved. Like you could even set some minutes between the exercise and solution, so people can try their own pseudocode. I would like to see some problem solving. 

I like tutorials that are small and simple like this one.

@aaronargottelopez3488

Excellent video!

@feefees9796

i had an exam recently and my teacher isn't going to grade it bc i was supposed to write it in Pseudocode but instead i did C programming. im lost. Excellent video Thank you

@pantsharad

nice teacher, thanks a lot.

@FabHudz

thanks. it is so clear now

@skyleonidas9270

Actually i'm studying computer science at a level and it turns out this kind of pseudo code has pretty definite rules and cannot be understood by anyone who has not studied how this programming language of hell works

@josephryan68

POGCHAMP

@imhashir

Thanks Alot Man :)

@yodaddy719

I'm kind of sad my school is showing me a 9 year old video.... Although it is helpful, I'm sure there are better examples in 2023. Especially offered by a college :(

@janellekayla

CAN SOMEONE PLEASE HELP !!! 

 1. Write pseudocode to solve the following problem. 
(i) Declare an array nums that can hold 100 real numbers. 
(ii) Write pseudocode to load nums with 100 values, entered via the keyboard. Assume all data are valid. 
(iii) Write pseudocode to prompt for an integer target. Search array nums for target. If found, print the location where target was found. Otherwise, print “Not found”. 
(iv) Briefly explain how your response to 1 (ii) would change if the input data is stored in a file instead of being read via the keyboard. Note: No pseudocode is necessary. Only an explanation is need. 
2. A file “input.dat” exists and is loaded with several positive integers. Each integer is separated by at least one space and the last value in the file is -1, which signifies the end of the data. Assume all data are valid. 
Write pseudocode to read the values in the file and find and print the sum of all integers in the file that are greater than 50. For example, if the file contains 
5 70 10 3 80 100 -1 

you are only to find the sum of the integers 70, 80 and 100. 
Show all relevant declarations. Remember to close the file at the end of the algorithm.

@skotz82

Great Tutorial!! Only question....do you use text to speech cause you have an accent?

@kevinshin4354

The bot voice is about as atrocious as block code...

@ctnforex7898

not detailed enough

@snowfeathers6616

write pseudocode that will convert distance from miles to kilometers then display the result. plz help me

@divanshbajaj5155

how do you write your name in pseudo code