In the following pseudocode example, it takes half as many lines ... Hard Coded (fixed number) start 1 ballCount = 0 loop 2 bounce ball 3 add 1 to ballCount 4 if ballCount = 10 5 stop else 6 ...
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 ...