Use FOR LOOP to write a Java program to calculate the sum of all numbers from 1 to a given positive number inclusive. Name the class as Sum, declare a field as sum, initialize sum in the constructor, and name the method as sumOfNumbers. Display the result as string. Comments are required to explain the code. Maximum 10 points will be deducted if the comments are not included or not completed. Directly copy the source code and paste into your solution. Screenshot is required to show your running result.