1 00:00:01,380 --> 00:00:11,370 What is a flow chart a flow chart is actual representation of the logic or method used to solve a particular 2 00:00:11,370 --> 00:00:18,960 problem before starting or before writing any program or any code. 3 00:00:19,150 --> 00:00:22,490 We should make steps for this program. 4 00:00:22,510 --> 00:00:33,980 There are many ways to follow one of these is drawing a flow chart so a flow chart is basically a picture 5 00:00:34,310 --> 00:00:43,010 in which you post the logic you are going to use in solving your problem in a pictorial representation. 6 00:00:43,010 --> 00:00:52,510 Using symbols money of programming problems are solved by analysis of the problem then flow charting. 7 00:00:52,520 --> 00:00:55,370 Make this analysis easier. 8 00:00:55,370 --> 00:01:05,340 After that we convert our flow chart to any program or programming language I'm sure that you had a 9 00:01:05,340 --> 00:01:14,370 problem in programming where you found yourself in a state you don't know what to do next flow charting 10 00:01:14,490 --> 00:01:22,560 will remove this problem from your programming process it will help you know where are you now and where 11 00:01:22,560 --> 00:01:25,530 are you going to be next. 12 00:01:25,530 --> 00:01:30,670 This is all done by using flow charting next. 13 00:01:30,680 --> 00:01:37,940 We are going to discuss the main flow charting elements and we are going to explain each one of them 14 00:01:38,150 --> 00:01:40,130 in more details. 15 00:01:40,130 --> 00:01:44,220 Thanks for watching this quick intro about flow charting. 16 00:01:44,330 --> 00:01:46,340 This is Coding Academy.