(sum)
Program Description: Get four numbers from the user and assign
them to four different variables. Then
have the computer sum them and store the sum in a fifth variable. Use variable names of num1, num2, num3, num4,
and sum.
Statements Required: assignment statement, cout, endl
Sample Output:
