Write a postfix expression to (a*(b+c/d)*d-e)
Answer Posted / dinesh thiyagarajan
abcd/+*de-* is the correct answer
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What is the use of the list interface in the java collection? : java collections
What are the considerations to be made in case of loops in java ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Which interface does java.util.hashtable implement?
Which sorting algorithm is used by collections.sort() in java ?
What are the different types of ways where you can iterate over a list? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is the use of hashcode in java ?
can u draw class/object diagram for ATM
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What are the types of the main implementing classes in the map interfaces? : java collections
What is the difference between comparable and comparator in java.util pkg?
What are the queues in the java collection framework? : java collections
What are the main classes of the list interfaces? : java collections
What is deque in the java collections framework? : java collections