pseudo code for drag and drop
Answers
Answered by
1
Answer:
Writing pseudocode is pretty easy actually:
Start with the algorithm you are using, and phrase it using words that are easily transcribed into computer instructions.
Indent when you are enclosing instructions within a loop or a conditional clause. ...
Avoid words associated with a certain kind of computer language.
Examples of Pseudocode
It cannot be compiled or run like a regular program. Pseudocode can be written how you want. But some companies use specific pseudocode syntax to keep everyone in the company on the same page. Syntax is a set of rules on how to use and organize statements in a programming language.
Answered by
0
Answer:
Start with S and end with E
Similar questions