I don't really understand this topic pls help me out with exampl | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I don't really understand this topic pls help me out with exampl

18th Jun 2020, 10:16 PM
Ayomide Ademuyiwa
Ayomide Ademuyiwa - avatar
2 Answers
+ 4
If you can add Language name in tags it would be easy for someone to provide an example in that particular syntax
18th Jun 2020, 10:27 PM
Abhay
Abhay - avatar
0
Pseudo code, generic with no valid syntax for specific language: Loop for given lists, ranges: for entry in list { doSthWith(entry) } Loop for not pre-defined length: while sthIsTrue do { doSth(with anything) } Last case may be changed to be first executed and checked (while-condition fulfilled or not) afterwards.
18th Jun 2020, 11:11 PM
Sandra Meyer
Sandra Meyer - avatar