Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 399 Weeks Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 28 Jul 2017 My Price 5.00

alanced combination

Write a program called balanced that does the following:

Prompts the user for a string (see the get_string function from simpleio).

Determines if the given string is a balanced combination of the following six symbols:

( )

{ }

[ ]

Examples of balanced strings:

()

(())

()()

{()()}

[]

[()[]{}]()

Examples of unbalanced strings:

(

{}}

()[}

[()}

)

Program Behavior:

The program takes no command-line arguments. When run it prompts the user for a

string and then reports if it is legal or not. It then terminates.

Examples:

$ ./balanced

enter a string: {{}}()(){}

this string is balanced. Goodbye.

$ ./balanced

enter a string: {{)}()(){}

this string is not balanced. Goodbye.

Compilation:

We should be able to build the program by simply typing make balanced

This means that your submission must include all necessary files (makefile,

stack.h, stack.h, simpleio.h, simpleio.c).

Answers

(5)
Status NEW Posted 28 Jul 2017 02:07 PM My Price 5.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------acq-----------uis-----------iti-----------on -----------of -----------my -----------sol-----------uti-----------on.-----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- ca-----------tch-----------

Not Rated(0)
Relevent Questions