Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Sh123

  1. S

    Loops

    I am new to this and was hoping someone can explain this pseudocode to me. Pseudo code example: J := 1 ; K := 10 ; L := 5 ; J_LIST := (1, 2, 3, 4, 5); For J in J_LIST do K := K - j ; L := K + 2 * J ...
Back
Top Bottom