rypaaige5932 rypaaige5932 11-01-2024 Computers and Technology contestada Consider the following code segment: int value = 15; while (value < 28) System.out.println(value); What are the first and last numbers output by the code segment?