Purchase Solution

Matching grouping symbols in arithmetic expression in C++

Not what you're looking for?

Ask Custom Question

Write a C++ program that outputs appropriate messages for matching grouping symbols, such as parentheses and braces, in the input arithmetic expression.

For example, the expression "{25+(3-6)*8}" contains matching grouping symbols (curly braces and parentheses), while in case of "[25+{3-6)*8]" only matching grouping symbols are square brackets and curly brace and parentheses are unmatched.

Purchase this Solution

Solution Summary

The attached program handles curly, round (parentheses) and square brackets but not the nesting of same grouping symbol. It also prints error messages in case of unmatched grouping symbols.

Solution Preview

Please note that the attached program (145425.cpp) handles curly, round (parentheses) and square ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Javscript Basics

Quiz on basics of javascript programming language.