We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5e8fa commit ffc0d48Copy full SHA for ffc0d48
Functional-1/math1.java
@@ -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