Always get tensed while drawing Flow Charts for your programs? What if someone draws Flow Charts for you? I think that will be great! Yes! Now you don’t need to worry about drawing flow charts.
Here is the Online Flow Charts Generator for you : Easy Flow Charts
This is MIT licensed and open source, free to use learn and contribute by anyone out there. This great and innovative solution is developed by Tushar Joshi, Principal Architect at Persistent Systems, Nagpur (India), apart from developing innovative applications he is a very good teacher and poet.
So use it freely to design, sorry to generate the flow charts for you now.
Lets have a look, how easily you can generate flow chart for you :
Steps :
- Write/customize your program according to syntax given in left panel.
- Click “Update” Button above left panel. This will show flow chart generated according to your code.
- Click “Show As Image” Button above Image panel to save the Flow chart as Image.
Three easy steps and you are done.
Here is my first flow chart using Easy Flow Charts ;
Script :
[sourcecode language=”text”]
Start->Input A
Input A->Input B
Input B->B ==0
B ==0->Cannot divide by zero: yes
B ==0->Will Proceed: no
Cannot divide by zero->Stop
Will Proceed->C = A / B
C = A / B->Print C
Print C->Stop
[/sourcecode]
Output :
Then if you want to save huge amount of time in drawing flow charts use Easy Flow Charts.