answersLogoWhite

0

Pseudo-code is a programming language independent method of planning a program, written in plain English.

For instance :

count the number of trees in the forest

If number of trees in the forest is greater than or equal to 100 tell user that the ecological disaster is averted

If the number of trees in the forest is less than 100 tell the user that there is an ecological disaster

This allows you to plan out a program long before you decide what language to write it in.

User Avatar

Wiki User

14y ago

What else can I help you with?