+ 1
How to turn flow chart into a code?
I understand and know the purpose of algorithm and flowchart yet I dont know how to turn them into a code. Please share some advice and techniques. I do appreciate your replies. Thank you very much.! đđ
2 Answers
+ 4
First you got to have enough knowledge and practice in a language that ways to write stuff in code just occur to you.
If with this background you look at an algorithm, you can let it 'come to you'.
+ 2
A flow chart may serve as a blueprint for your code. In order to implement it in programming you need to learn programming. All programming languages are designed in a way to solve problem with ease and for every language the algorithm serves as a blue print