Homework 5 Problem 3

Homework 5 Problem 3

You cannot submit for this problem because the homework's deadline is due.

Description

Detailed description please check the hwk5.pdf file on CANVAS.
Write a program that ask for users to input a sequence of parentheses, in-cluding ”()” , ”{}”, ”[]”, determines whether this sequence of parentheses areproperly balanced.

Format

Name your file as ex3.c

Input

one string in standard input.

Output

"true" or "false"

Sample 1

Input

[({})]()

Output

true

Homework 5

Not Claimed
Status
Finished
Problems
5
Open Since
2020-07-12 00:00
DDL
2020-07-20 23:59
Extension
48.0 hour(s)