-
Writing and testing a Program in Flowgorithm
Flowgorithm is great for quickly prototyping (creating a working model with some features) of a program. It allows us to plan out the logic visually and then run the code. The code created will not be as efficient as if we We will make and run the program below. This program takes a users name…
-
Flow Charts
Flowcharts are extremely useful to help plan out the process or structure of different tasks. There are four categories of symbols that are used to represent different types of activities in a flowchart. Function blocks denote the start and end of a process of task. These can be used to create smaller flow charts of…