摘要:
// divideByZero.jvaclass DivideByZero{ public static void main (String args[]) { System.out.println(1.0 / 0.0); System.out.println(-1.0 / 0.0); System.out.println(0.0 / 0.0); System.out.println(1 ... 阅读全文
posted @ 2006-05-09 18:27
Hoooooo
阅读(316)
评论(0)
推荐(0)
摘要:
//Exchange.java class Exchange{ public static void main (String args[]) { int num1 = 10, num2 = 20, temp; //perform a traditional exchange. this requires the use of a //temporary variable. any dat... 阅读全文
posted @ 2006-05-09 18:12
Hoooooo
阅读(1191)
评论(0)
推荐(0)

浙公网安备 33010602011771号