0
Programming and sometimes spaces when reading the code, please describe.
How to read such code, for example If ( с % 6 == 5) if(array[c] == 0)
4 Respuestas
+ 3
This are teo seperate code extracts..
The first:
If c%6(the rest of the division c/6) is equal to 5 then ... (end of the extract)
The second:
If place c of the array(list) is equal to 0 then ...(again the code extract ended
If you give the whole extract I can tell you more
+ 3
What programming language do you want to learn?
+ 2
Thats good since that is my main programmint language. So if you have questions feel free to adk
0
Alexander Thiem c++