/* * Nested.java * Created: March 14, 2005 * Modified by: * Description: Nested class for Programming Assignment 6 * CS111 A1 Spring 2005 */ package program6; import java.io.*; public class Nested { // Methods you write: public static boolean isBalanced(String s) { // Remove the line below once you write your method return false; } }