what are pseudocode?
@ganeshie8 help again please
http://www.unf.edu/~broggio/cop2221/2221pseu.htm Pseudo code is simply a list of steps to carry out some task. more about it in the link ...
Sometimes people write psudocode with more programming like structure, but it still won't run. All this does is add things like {} that a programmer would be used to seeing and reading. ``` for loop i 0 to 59 { print i } ```
pseudocode is false (pseudo) code. It's used as you're breaking down a problem to write out the logical steps that you need to solve the problem. Although there is a syntax to it, that those links will show, the idea is that you write out the logic of the program without worrying about the details of a language and then go back and translate the logic into your programming language.
Join our real-time social learning platform and learn together with your friends!