Skip to content

Opening book details…

About this document

Pseudocode and Flowchart Basics by Gary Teong is a document available to read on EtoBox.

The document discusses pseudocode and flowcharts for developing logical computer programs. Pseudocode uses a mix of natural language and programming syntax to describe algorithms without exact coding. Flowcharts visually represent program flow using boxes and arrows. An example problem is given to find the smallest positive integer where the sum from 1 to that integer exceeds a limit. Pseudocode, a flowchart, and Fortran code are provided as solutions.

Author
Gary Teong
Language
EN