kitkatyr8485 kitkatyr8485 11-01-2024 Computers and Technology contestada what is the output of this code snippet if the user enters the numbers 1 2 3 4 -1 5?double total = 0;boolean isvalidnumber = true;scanner in = new scanner( );while (in.hasnextdouble()