摘要: 1 //简易编程,等腰三角形 2 public class Triangle{ 3 4 public static void main(String[] args){ 5 6 for(int i=0;i0;k--){//三角形实体 13 System.out.pr... 阅读全文
posted @ 2017-03-02 10:58 少成若天性 阅读(174) 评论(0) 推荐(0)