Search:

Type: Posts; User: ghostheadx

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,339

    Re: problem finding symbol

    Alright, I guess that's just an infinite loop. Here's my new code:




    meals[1] += meals[0]/2;
    meals[2] += meals[0]/2;
    meals[1] += meals[0]%2;
  2. Replies
    4
    Views
    1,339

    problem finding symbol

    So, I was writing some code to figure out what's wrong with the code. I want to assign each mealcode a price.

    Here is my code:




    if ((request.contains("no beef") ||...
Results 1 to 2 of 2