I am trying a simple program to sum all the integers, say, from 1 to 10 twice. I am trying to use two while loops, the inner one (while i less than or equal to ie) to sum from i = 1 to 10 and outer one from n = 1 to ne. But I fail to get the correct result of 110 when I set ne = 2. It just gives the sum as 55 whatever value of ne I set. Unfortunately I cannot copy the program statements here. Any suggestions?