- 博客(2)
- 收藏
- 关注
原创 求一位数组的最大值
一维数组最大值`public class demo { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int a[]={1,4,2,5,6,8,5,9,10,20,0}; System.out.println("the max of the number is "+max(a)); } static int ma
2020-05-29 11:21:18
82
原创 第一个java程序Helloworld
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); }}
2020-05-29 11:16:14
107
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅