Write a program SumPositiveValues.java
that has the user enter a series of positive values. The program will keep asking for values as long as a negative value is not entered. When the user finally enters a negative number, the program prints out the sum of all the positive values entered.