A Java program that calculates the sum of all even numbers between 1 and 50 using a for loop. Then it use an if statement to check if a number is even. Expected Output: The sum of all even numbers ...