/Flowgramming

Flowgramming Examples for Problem Solving and Algorithmic Thinking (PSAT)

MIT LicenseMIT

Flowgramming

Flowgramming is a platform-independent tool helps beginners to learn, explore and understand programming concepts, draw and execute programs using flowcharts.

Below we can see a simple factorial example designed through flowgramming.

Flowgramming Manual

Click Here to read the Official Flowgramming Manual

Examples

Exercises

  • Define variables and use array to receive marks for three subjects and compute the total.
  • Find the greatest of three numbers.
  • Calculate Simple Interest.
  • Calculate Salary for an Employee.
  • Calculate Fibonacci Series for N numbers.