79782375

Date: 2025-10-04 08:46:01
Score: 1
Natty:
Report link

This is my suggestion. It better readable in my opionion:

integerList
        .stream()
        .mapToInt(Integer::intValue)
        .sum();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Julian Stier