Create an application that will determine and display the sum of numbers as entered by the user. The summation must take place so long the user wants to. When the user ends the program, the summation must be displayed as follows:
num1 + num2 + num3 +…+ numN = sum
Example
Say the user has entered 6 numbers. The output must be displayed as follows:
10 + 15 + 25 + 45 + 20 + 5 = 120