public class TriangleDriver{ public static void main(String[] args){ Triangle t = new Triangle (7); t.printOut(); } }