Write a program that will populate a queue with post-fix

Assignment Help Computer Engineering
Reference no: EM132211182

Write a program that will populate a queue with post-fix (reverse polish) integer expressions and then print out the solution to each expression.

A stack is used to calculate values in post-fix notation. Numbers are pushed onto the stack, and when an operator is reached it pops off the last two numbers and then pushes the resulting value back on the stack.

This program must:

Assume that each number and operator is separated by any type of space, and each expression is separated by a new line

Calculate values using the algorithm mentioned above and in the slides for addition, subtraction, multiplication, and division (+,-,*,/)

Error message if the user tries to divide by zero

Read a given file

Make sure to check if there's at least two items on the stack before when an operator is encountered or else it's not a properly formatted post-fix expression

Finish when the program reaches the end of the string and it has only one value left on the stack, then that value is popped off and returned. Otherwise it was not properly formatted

Use your own created stack and queue, and not java's built in stack and queue

You may use any implementation so either an array or a linked structure.

HINTS! First when you're processing the inputted string you can use a Scanner and call the method next() to get each token. From there you can evaluate if that token is an operator, numeric value, or an error.

If it's a numeric value then you may parse that string using Integer.parseInt() to get the integer value. You may also call Integer.parseInt() in a try-catch block. If the token is not an integer an exception will be raised and should be immediately halted.

Example Dialog:

Welcome to the reverse Polish Calculator!

Enter in the name of the file

revPol.txt

Calculating 3 2 +

Result is 5

Calculating 5 1 2 + 4 * + 3 -

Result is 14

Calculating 2 3 4 +

Ill formatted expression

Result is 0

Calculating 0

Result is 0

Calculating 6 7 8 9 * + - 8 4 / /

Result is -36

Calculating 1 2 3 4 + - 5 6 * + +

Result is 26

Calculating 2 4 + 5 + 7 + 8 + 9 +

Result is 35

Calculating +

Ill formatted expression

Result is 0

Calculating 2 b +

Exception! For input string: "b"

Result is 0

Calculating 1 0 /

Cannot divide by 0

Result is 0

Please provide a solution that does not use buffered reader.

Reference no: EM132211182

Questions Cloud

How well they segment their market : Visit three web services of fast moving consumer goods (FCMG) companies (for example Unilever and P&G). Is there evidence of a segmented approach.
Italian restaurant specializing in venetian cuisine : The three of you ate out last night at a local establishment in Anderson called "Via Egnatia," an Italian restaurant specializing in Venetian cuisine.
How the income should be allocated to the partners : During its first year, the partnership earned $240,000. Prepare calculations showing how the $240,000 income should be allocated to the partners under.
Create function with parameters of hours and minutes : Create the function with parameters of hours, minutes, and meridian. Create function with parameters of hours and minutes.
Write a program that will populate a queue with post-fix : Write a program that will populate a queue with post-fix (reverse polish) integer expressions and then print out the solution to each expression.
Perform a numerical integration of a set of data points : Write a program that performs a numerical integration of a set of data points from a file using the trapezoidal method.
The schools of thought about employment relationship : Describe one of the schools of thought about the employment relationship. How is it alike or different from the other 3 schools of thought?
Think should be part of camp bow wow culture : Identify five values you think should be part of Camp Bow Wow's culture. Explain.
Write a program to solve the problem of tower of hanoi : The discs are of different sizes. Initially the discs are all on peg A with the smallest disc on the top and the largest one on the bottom.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd