0
what are way think by programmer to solve the problms(programs)???
2 Answers
+ 1
programmer just think like that
1) they look at problem carefully
2) they think logic to solve the problem
3) they think what microoperation should be perform to get the solution of problem
4) then they write an efficient algorithm which is nither time complex nor space complex
5) then they make code to solve the problem and implement it
6) then they debug the error of code and get correct output
these steps are often dine by a programmer to solve any problem
+ 1
There no right way to solve problems. Some people are trying to keep it as simple as possible. Some solve the problem more functional. It always depends on the project and the programmer.