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 ...
This is a Java program that gets user input and store it in an array. A for loop is implemented to loop through the array until it gets three integer inputs from the user and sums it up then the ...