We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 6: Let's Review
Day 6: Let's Review
Sort by
recency
|
3419 Discussions
|
Please Login in order to post a comment
Interesting approach using streams in Java:
import java.io.; import java.util.; import java.util.stream.IntStream; import java.util.stream.Collectors;
public class Solution {
}
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
}
Java Solution
}
My js answer :
}