Search:

Type: Posts; User: German M

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    2,721

    Re: Problem with loop theory

    I don't know what you mean witth "arithmetic operators". I think they're relational operators between the boxes.

    Below is a code that puts the relational operators between the columns. The code...
  2. Thread: Can you help?

    by German M
    Replies
    7
    Views
    883

    Re: Can you help?

    Good job! The program works!

    Some things can be done now.
    - reformat the code to give clarity
    - give meaningful names to variables
    - put comments to explain what are you doing
    ...
  3. Replies
    4
    Views
    1,634

    Re: Question about my code

    Your code runs through every element of the array and prints its value. Going through each element of the array is fine, but as you go through each element you should see if it is larger than the one...
Results 1 to 3 of 3