Create a class named SafeStack that implements a stack of strings.
- Use an instance of stack from to hold string values and implement the same interface as the data type. However, your implementation (class) should throw an exception if an attempt is made to remove a value from an empty stack.
Submit a screenshot of the executed program outcome (JPEG) and the code of the program in text file.