The project :
Deisgn and implement an application that reads an integer value and prints the sum of all even integers between 2 and in the input value, inclusive. Print an error message if the input value is less than 2. Promt accordingly.
Query :
I'm not sure how I can get java to read all even numbers between 2and the number inputted, can anyone help me to how i can achieve this?