Community Profile

photo

naveen selvan


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Hi Guys I need help. I need to get user input of a postfix expression and then evaluate the expression. But, I am having trouble in storing the postfix expression in a variable and then to read it by one character at a time.
for example, the user inputs a postfix expression, a = 123*+ I don't know how to split this expression into individual characte...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need to write a program that evaluates a postfix expression which is input by the user and then displays the answer.
For example, if the user inputs 493*+ then the program should evaluate this postfix expression and display the answer. The user...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort