Write a Java program that repeatedly asks the user to input a positive integer
You maintain two running sums: the sum of even numbers entered and the sum of odd numbers entered by the user.
If the input value is not positive, the program prints "Goodbye" and also prints the sum of odd numbers and the sum of even numbers entered by the user. The program then ends.