Pseudocode can be used to plan out programs. Planning a program that asks people what the best subject they take is, would look like this in pseudocode: REPEAT OUTPUT 'What is the best subject you ...
Annotations help other programmers make sense of the program. They are helpful notes that are put into the code to add explanations that will be ignored by the programming language. close programming ...