When I try to run this code:
import java.io.*; import java.util.*; public class TwoColor { public static void main(String[] args) { Queue&
Queue is an Interface not a class.