Hi,

I am trying to check whether a user inputs a number in a string with letters but every time i check this it only says there is a number if it is at the beginning of the string, otherwise it says there is no number and I was wondering if anyone could help. My code for this is below:

public void print()
{
if(number == false)
{
System.out.prin t("there is no number");...