阅前声明: http://blog.csdn.net/heimaoxiaozi/archive/2007/01/19/1487884.aspx
/****************** Exercise 4 ****************** * Generalize the class P defined in this chapter * by adding all the overloaded versions of * rint() and rintln() necessary to handle all * the different basic Java types. ***********************************************/ public class E04_LeftToReader { public static void main(String args[]) { System.out.println("Exercise left to reader"); }}
//+M java E04_LeftToReader