Here is my code for what i have done using an array stack.
there are no errors but my program doesn't return the final value when I enter "="


import cs2.*;
import java.util.Scanner;

public...