Write a C++ program to keep asking for a number until you enter a negative number. At the end, print the sum of all entered numbers. You need to use a while loop for this Lab.