面向对象第一周作业

 

public class testhello {

 

/**

 * @param args

 */

public static void main(String[] args) {

System.out.println("193230507 1905  高杨翔 ");

// TODO Auto-generated method stub

 

}

 

}

 

public class testhello {

 

/**

 * @param args

 */

public static void main(String[] args) {

 

System.out.println("   *  ");

System.out.println("  ***  ");

System.out.println(" *****  ");

System.out.println("  ***  ");

System.out.println("   * ");

// TODO Auto-generated method stub

 

}

 

}

 

 

 

 

public class testhello {

 

/**

 * @param args

 */

public static void main(String[] args) {

int a=5;

int b=8;

System.out.println(a*a+b*b);

 

// TODO Auto-generated method stub

 

}

 

}

 

 

posted @ 2021-03-05 12:06  高杨翔  阅读(34)  评论(0编辑  收藏  举报