Write an application that shows the sum of 1 to n for every n to 1 to 50. That is, the program displays 1 (the sum of 1 alone), 3 (the sum of 1 and 2), 6 ( the sum of 1, 2, and 3), 10 (the sum of 1, 2, 3, and 4), and so on. Save the file as EverySum.java