0
Fill in the blanks to create a method that returns the minimum of the 2 parameters
public int minFunc(int n1, int n2 _ { int min ; if ( n1 > n2) min = n2 ; else min = n1 ; _ min ; } who know this answer _
4 Antworten
+ 1
try this
first if
2 else
for help ;)
#scripts #pleashelpme
0
"return"
0
false