I just need to know a simpler way to do the code. I did a basic System.out.println(1 + 2); add on the next number 5 times and got the solution correct. But I know that I am doing more work than needed. Please explain how to use a better way. I read about loops? can someone explain?