alexhawj06 alexhawj06 29-10-2020 Computers and Technology contestada Write a program that will ask the user to continuously input positive numbers until they type -1 to stop. The program should add up all the number they entered as they are typed ( excluding the -1) then print example: user enters 8 4. 20 -1Total: 32