Write a C++ program to keep asking the user to enter numbers…
Write a C++ program to keep asking the user to enter numbers until he enters zero number the program should stop and display “the number entered is negative”. You should use Do while loop. Check the sample output below: