News

/*Write a Java Program to print the sum of first n numbers. If n is 3 then print the sum of 1+2+3 to the user. Get n from the user ...