0
Can someone give me an example of how algorithm is written?
3 Answers
0
Let me tell you a algorithm in Java:
if(aQuestionArrived){
addItInList()
}
it's as simple as that
0
Please first know the real meaning of an algorithm then you will know that your question was useless
0
A working problem is always comes before the algorithm.