Skip to content

Commit ffc0d48

Browse files
authored
Create math1.java
1 parent 8e5e8fa commit ffc0d48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Functional-1/math1.java

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public List<Integer> math1(List<Integer> nums)
2+
{
3+
nums.replaceAll(n -> (n+1)*10);
4+
return nums;
5+
}

0 commit comments

Comments
 (0)