Chat with us, powered by LiveChat ASSIGNMENT INFORMATION. DUE IN 8HRS - Wridemy

ASSIGNMENT INFORMATION. DUE IN 8HRS

I have attached the hw3 template. I need it soonest possible.

A prefix expression is one where each operator appears before its two operands.  For example the fully parenthesized infix expression ( ( ( a + b) / (c+d) ) * (e / f) ) becomes the prefix expression  *  /  +  a  b  +  c  d  /  e  f.  The object of this assignment is to write a program to convert a fully parenthesized infix expression to its equivalent prefix expression. Assume the input infix expressions consist only of variables a through z, operators +,  -,  *, /   and parentheses '(', ')' .  Use the following algorithm:

(1) Create three stacks of characters: stk1, stk2, stk3.

(2) Read the input infix expression one character at a time and push every character read ( other than ')'  ) onto stk1. Do not push the character read if it is ')'.

(3)  As long as stk1 is not empty, do the following:

           Fetch the top character ( call it c ) of stk1 and pop stk1.

           if c is an alphabetic character (a-z),  push it onto stk3. (You can use the function islower(c) to test if character is one of a-z.)

           if c is an operator,  push it onto stk2.

           if c is '(' then fetch the top character of stk2, push it onto stk3, and pop stk2.

(4)  Print stk3 top to bottom by repeatedly fetching the top of stk3, printing it, and popping stk3, until stk3 is empty.

There is starter code in folder Hwk3 in your course folder on comsci.  Open the project file Hwk3.cbp in codeblocks and complete the program hw3.cpp in that project.

The program uses the class template stack from the standard C++ library. Check the examples on the slides for how to push, pop, and check for empty stack.

Do not submit through Blackboard!  Just leave everything in the homework folder.

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Wridemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Place Order” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order