#J090. 定义函数求最大值

定义函数求最大值

#【问题描述】 编写程序,使用自定义函数实现求四个整数([1,1000])中的最大值,调用该函数,并输出计算结果;

10  20  30  40
40