The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
October 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

help with problem

Posted by Chet Underwood, Esq. on October 20, 2001 at 3:06 PM

Here you go:


import java.util.homework.*

public class DataTypesHomework
{
public static void main( String[] args )
{
try
{
ReadInPositiveIntegerAndPrintBinaryUsingAssignedAlgorithm();
}
catch( DoYourOwnDamnedHomeworkException e )
{
System.out.println( "I'm changing my major to business." );
}
}
}





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us