Hi all,

I have the following code that stores x5 Floats into a Vector. Can anybody advise me on how to create a loop that will terminate if a negative number is entered?


import java.util.*;
...