Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.28 KB

File metadata and controls

23 lines (18 loc) · 1.28 KB

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.