Question: java 15. Input Printer Problem Description You are given the interface Printer with an abstract method process. This Printer interface is being referenced and called

java
15. Input Printer Problem Description You are given the interface Printer with an abstract method "process". This Printer interface is being referenced and called from the Solution class. However, the code as is right now is uncompilable. Your task is to implement the necessary code to make the Solution class compile and execute the tests correctly. Required Functionalities The Solution class is processing the input String in 2 ways: 1. A TextInputPrinter should print the input string as is (For example, if given AB54C2, it should print AB54C2) 2. A NumericinputPrinter will only print the numeric parts of the input string. (For example, if given AB54C2, it should print 542 )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
