public class HuzzahLong{public static void main(String[] args){System.out.println("\"Huzzah\":");System.out.println("Etymology: origin unknown");System.out.print ("an expression or shout of ");System.out.print("acclaim -- often used ");System.out.print("interjectionally to express joy");System.out.println(" or approbation.");System.out.println("This is actually the HuzzahLong.java program / class, \nsimilar to Huzzah.java, but with all 'unnecessary' whitespace removed.");}}

