How to write a pseudocode?
lol, the comments are xplanations of the pseudocode
but the way it was showed to me...it looks so much like an actual code
are pseudocodes "program codes" or words?
exactly
exactly what?
outline of a program, written in a form that can easily be converted into real programming statements
ya it will resemble like a actual code but pseudocode cannot be compiled nor executed, and there are no real formatting or syntax rules. It is simply one step - an important one - in producing the final code. it generally enables the programmer to concentrate on the algorithms without worrying about all the syntactic details of a particular programming language. In fact, you can write pseudocode without even knowing what programming language you will use for the final implementation.
Pseudocode is a good way to write down your logic to solving a problem in a mix of basic english and code. It helps when it comes time to write the code. Sometimes after writing the code you realize it did not quite work as expected and you can go back to your pseudocode to see where your logic is flawed.
u use ur own words to write it .It is just the matter of do u understand the program using ur ordinary language
Join our real-time social learning platform and learn together with your friends!