Query.java -- a class that provides query methods.
moreValues() queries users if they have more values to enter.Return: true if user's response is 'y' or 'Y' and false otherwise
goOn() queries users if they wish to continue.Return: true if user's response is 'y' or 'Y' and false otherwise
done() queries users if they are finshed.Return: true if user's response is 'y' or 'Y' and false otherwise
Back to the package documentation index