+ 1
Java min and max while n<=100
How to solve this problem, im Beginer in java.help pls
1 ответ
+ 1
if you mean the max and min of two numbers, here it is ..
https://code.sololearn.com/ckC2ywh0mYNl/?ref=app
but if you mean the max and min of numbers in a list, it's another case ..