Prepare pseudocode for a program that lets a user continuously enter numbers until a number less than 0 is entered. Once the user has stopped entering numbers, display the number of numbers entered AND the sum of those numbers. You'll need a counter and an accumulator for this. Make sure your loop is structured. Don't forget to comment your code. Don't forget to display appropriate prompts when requesting input from the user.