Program to evaluate postfix expressions using a stack

Assignment Help Programming Languages
Reference no: EM1358074

Program to evaluate postfix expressions containing complex numbers using a stack. This program should contain two classes. The first class Project2 should contain the two methods described below:

1. The main method, which performs the expression evaluation. The algorithm for evaluating a postfix expression requires a stack of Complex numbers. The pseudocode for evaluating postfix expressions is given below:
2. while not end of expression
3. switch next token
4. case complex number:
5. push the value onto the stack
6. case operator:
7. pop two operands from the stack
8. evaluate
9. push result onto the stack
10. pop the final result off the stack
The user should be allowed to enter and evaluate any number of expressions.
11. A class method called evaluate, which accepts two complex numbers and a operator and returns the result of performing the operation on those two numbers.
The second class should be a class named Complex. Each complex number should contain a real and imaginary part. Each should be of type double. This class should contain the following methods.

1. A constructor.
2. A class method named fromString that accepts a StringTokenizer positioned at a complex number and returns that complex number.
3. A toString method that converts a complex number to a string.
4. A add method that adds two complex numbers and returns the result.
5. A subtract method that subtracts two complex numbers and returns the result.
6. A multiply method that multiplies two complex numbers and returns the result.

Reference no: EM1358074

Questions Cloud

Calculate average monthly return and standard deviation : Following you will find the end of month values for both the Standard & Poor's 500 Index and Ford Motor Corporation common stock.
What is the friction force that acts on the bear : A parallel plate capacitor has plates of area 2.0*10^3 and plate separation 1.0*10^4m. find the capacitance of this system if air fills the volume between the plates.
Can schizophrenia be prevented : Read the box at the end of chapter 13 "Unresolved Issues: Can Schizophrenia be Prevented?" After reading the text and looking at the evidence for biological, psychological and social risk factors and remembering the diathesis-stress model of patho..
Introduction to organization leadership and change : What aspects of the key stakeholder's roles do you need to be aware of when communicating the results and what is your plan to address the possible reactions of key stakeholders to the results?
Program to evaluate postfix expressions using a stack : Program to evaluate postfix expressions containing complex numbers using a stack. This program should contain two classes. T
Explain how must government spending increase to eliminate : Explain how much must government spending increase to eliminate the GDP gap.
Explain sexual harassment can occur in a work place : Explain Sexual harassment can occur in a work place environment with employees of the organization and Explain the role or responsibility of the company in this situation.
Relevant financial information for investors : Assume there is a well-financed, one-year-old company in the biotech industry that is concentrating on developing chemical-based compounds that are aimed at developing drugs to reduce the effects or onset of Alzheimer's Disease.
Forecasting demand and employee supply : Discuss what the major Forecasting Demand and Employee Supply approaches are about. Address what types of Forecasting Demand

Reviews

Write a Review

Programming Languages Questions & Answers

  Program to inputs encrypted four-digit integer

Write separate program to inputs encrypted four-digit integer and decrypts it to form the original number. thanks in advance for ur help.

  Explaining handles clause of sub procedure

You are asked to design a form with a textbox named txtQty, a label named lblStatus, and a button named btnGetStatus. What will be Handles clause at the end of sub procedure?

  Program to create new departments to sustem

An ability to add new departments to system. The program should permit you to create new departments. Each department has a name, and a location (e.g. "Sydney" or "Tokyo").

  Pseudocode of program that will prompt user for number

Write pseudocode and flowchart for a program which will prompt user for a number, prompt the user for an operator (+,-,*,/), prompt the user for another number.

  Create nested menus interface for a check-in hotel

Create a nested menus interface for a check-in and check-out hotel reservation system that can be used internationally. Use numbers to select a menu item.

  Design getter and setter and constructor methods

User must have option to draw new shape at different location and keep the existing shape. Design all the getter and setter & constructor methods for each class.

  Explaining class with no constructors

How many constructors can a class have? Can you have a class with no constructors? If a class has more than one constructor, which of them gets called?

  Design a math sorting game

Using Visual Studio 2010, design a math sorting game. A random number between 1 and 99 will be generated and displayed to the user. User will quickly have to divide that number by 3, and come up with remainder.

  Create ajax-based product catalog

Create an AJAX-based product catalog which obtains its data from JSON files located on the server. The data should be separated into four JSON files.

  Program to simulate rolling one die

Write a program which simulates rolling one die using the following steps: Prompt the user for the number of sides on the die.

  Building airline reservation system

Problem Description The aim of this project is to build airline reservation system. System must give two basic sets of services to an airline: First set of services allows the airline to provision its system.

  Computer sales and repair store system

It is required to design a relational database system for a "realistic" application

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