Search:

Type: Posts; User: Nominal Animal

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    2,757

    Hey, that was uncalled for! ;) No need to insult,...

    Hey, that was uncalled for! ;) No need to insult, I was just trying to help someone learn.

    When learning programming, it is important to learn how to express yourself in terms appropriate for the...
  2. Replies
    5
    Views
    2,757

    Also, you could start by rewriting it into...

    Also, you could start by rewriting it into assembly pseudocode (not specific to any architecture, just generally assembly-like). For example:


    # Calculate W = XN

    set N =
    set X =

    set W = 1
Results 1 to 2 of 2