class LessonTwoA { static String text = "I'm a Simple Program"; public static void main(String[] args){ System.out.println(text); } }