user
BAN USER
- 0of 0 votes
AnswersConvert infix to postfix and evaluate postfix expression.
- user in United States
For example: 4 // number of variables
g = 2
p = 3
t = 1
w = 2
3 // number of equations
g + p x t - w x p
t - g + t - w
e + t x t - m
Output: -1 //for first equation
-2 //for second equation
Compilation Error // for third equation| Report Duplicate | Flag | PURGE
Facebook Testing / Quality Assurance - 0of 0 votes
AnswersConvert infix to postfix and evaluate postfix expression.
- user in United States
For example: Input:
3 // number of variables
a = 1
b = 2
c = 2
2 // number of equations
a x b + a x c + b x c
a x c - b / c + c x c
Output: 8 //for first equation
5 // for second equation| Report Duplicate | Flag | PURGE
Facebook Testing / Quality Assurance - 1of 1 vote
AnswersHow to evaluate a mathematical expression by compiler design. The program will ask the user to input a value (say n). Then user will input n lines of input each of which contains an identifier and its corresponding value. Then program will ask the user again to input a value (say m). Then user will input m lines of expressions. Calculate the final value for each of the given expression using first n lines of input. If you can't evaluate any expression from given numbers of identifiers then output 'Compilation Error'. Allowed mathematical operators are +(add), -(subtract), x(multiply), /(divide).
- user in United States
Example: a = 1
b = 2
c = 2
a x b + a x c + b x c output 8
a x c - b / c + c x c out put 5
g = 2
p = 3
t = 1
w = 2
g + p x t - w x p output -1
t - g + t - w output -2
e + t x t - m output compilation error| Report Duplicate | Flag | PURGE
Facebook Software Engineer
Repmanueladturner, Associate at Accenture
I am a content writer with years of successful track record of writing concise and fact-filled content on different topics ...
Repmadan@kukooo.in, Analyst at Absolute Softech Ltd
I am a content writer with years of successful track record of writing concise and fact-filled content on different topics ...