Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,155

    Re: Quadratuc Read Method

    The real expressions that are entered will have numbers where the discussion so far has talked about a,b,c.
    Will the next character after the optional leading number be x?

    All of that should now...
  2. Replies
    8
    Views
    1,155

    Re: Quadratuc Read Method

    What characters make up an <expr>? Is there an implied * between a and x in ax?
    What characters make a <sign>
    What separates an <expr> from a <sign>
  3. Replies
    8
    Views
    1,155

    Re: Quadratuc Read Method

    The choices are one of these three?
    <expr>
    <expr> <sign> <expr>
    <expr> <sign> <expr> <sign> <expr>

    Then the code needs to be able to parse out <expr> and <sign> from the String that was entered.
  4. Replies
    8
    Views
    1,155

    Re: Quadratuc Read Method

    What is the syntax of the full expression?
    Will it always have three expressions separated by sign operators? Could some of the parts be omitted? say two expressions and one sign operator?
    <exp>...
Results 1 to 4 of 4