Line break in algorithm.
AsmaeOuazzani
-
tarek_dotzero Posted messages 834 Status Member -
tarek_dotzero Posted messages 834 Status Member -
Hello,
How to create a line break in an algorithm?
How to create a line break in an algorithm?
4 answers
-
Hello,
In pure Algorithmics, there's no need to do it.
We have both methods (Read) and (Write). Generally, we assume that these methods return a newline.
Don't forget that the algorithm focuses on solving the proposed problem and not on formatting the interface.
When it comes to implementation, your colleagues have provided the various options depending on the language.
Good luck.