Question: A java program that will take input an arithmetic expression as a String input and Solve the below problem using an array based stack: For
A java program that will take input an arithmetic expression as a String input and Solve the below problem using an array based stack:
For Example:
Inputs:"1+2*(3/4)"
Output:Expression is correct.
Input:"1+2*[3*3+{4-5(6(7/8/9)+10)-11+(12*8)]+14"
Output: This expression is NOT correct.
Your program will determine whether the open brackets (the square brackets, curly braces and the parentheses) are closed in the correct order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
