You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package array;
public interface MakerPen {
// 검정 마커펜을 추상화하시오.
public static final String blackMaker = "#000000";
public static final String redkMaker = "#FF0000";
public static final String greenkMaker = "#00FF00";
public static final String blueMaker = "#0000FF";
}