Search:

Type: Posts; User: UkOi YOku

Search: Search took 0.00 seconds.

  1. aw thanks..i already solved it. ur both right...

    aw thanks..i already solved it. ur both right that the error is somewhere in the code. and im done weeee :wink:
  2. simply illegal else and missing ; help >.

    i have this error. what's wrong with this?



    int isOperand(char a) {


    if(a<='9'&&a>='0')
    return 1;
    else
  3. Replies
    1
    Views
    1,410

    Stack & Queue

    ok i have this activity which i dont know if it's really the correct output on the input ones.

    i have this problem making two stacks and two queues.
    A.Input stack: used to store all user input...
Results 1 to 3 of 3