现在的位置: 首页 > 综合 > 正文

Think in java 答案_Chapter 5_Exercise 4

2013年11月03日 ⁄ 综合 ⁄ 共 443字 ⁄ 字号 评论关闭

阅前声明: 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

抱歉!评论已关闭.