In my program I have this line of code that prints HCIcw... an int with values obtained from a .txt document.
Results in this on a RUN:
How do I add the values of HCIcw together so that I can print the sum of those numbers instead of them all individually? I'm new to this 
Code:
System.out.println(HCIcw);
Code:
53
53
53
53
50
50
90
71
