News

This repository contains the solution for five tasks in java, covering loops, arrays and others. Task1: Sum of Even Numbers A Java program that calculates the sum of all even numbers between 1 and 50 ...
Affects PMD Version: 7.0.0-rc2 Rule: UseArraysAsList Description: UseArraysAsList is reported even if the array can't be turned directly into a list due to other actions or conditions in the loop.