package interfaces; public interface TheInterface004 { int getValue(); String newmethod(); }