hold infix expression and convert to postfix equivalent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ryaneoghan
    New Member
    • Mar 2010
    • 3

    hold infix expression and convert to postfix equivalent

    A program which will prompt the user to enter a string which holds an infix expression which will be converted to its postfix equivalent
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Code? Where's your problem with it?

    Comment

    • ryaneoghan
      New Member
      • Mar 2010
      • 3

      #3
      I dont have a clue what to do? Im totally new to Java

      Comment

      • jkmyoung
        Recognized Expert Top Contributor
        • Mar 2006
        • 2057

        #4
        I would strongly suggest talking in person to your teacher or teaching assistant in order to start this off. At least they will have the context of what you are talking about, including knowledge of the specs of the program which have not been provided here. When you've got some code, or at least some pseudo code algorithm that you're having problems with, come back.

        Comment

        Working...