返回列表 發帖
  1. public class test06 {

  2.         public static void main(String[] args)
  3.         {
  4.                 Cube c1=new Cube("12號立方體", 2);
  5.                 c1.showprofile();
  6.                 Cube c2=new Cube("45號立方體",34);
  7.                 c1.showprofile();

  8.         }

  9. }
複製代碼

TOP

返回列表