返回列表中最大元素的 Java 程序
给定一个列表,找到其中最大的元素。有多种方法可以解决这个问题,比如遍历列表或者使用各种内置函数。
Input : List = [5, 3, 234, 114, 154]
Output : 234
Input : List = {10, 20, 4}
Output : 20
方法 1:使用 ForEach Loop
- Create a List object and store multiple elements in it.
- Create a variable and initialize it with integer. Maximum value.
- Start iterating over the elements in the list for each loop, and compare each element with the variable.
- If the current element is greater than the variable , the variable is updated.
- At the end of the iteration, print the variables.
下面是上述方法的实现:
Java
T0T7输出
The maximum value is 1540
版权属于:月萌API www.moonapi.com,转载请注明出处