Hi I'm having trouble understanding why this isn't working
if(Long.parseLong(morse) == 4545454545){
System.out.println("2");
}
Where morse is just a String of numbers. The problem is it says Integer number too large: 4545454545, but I'm sure a Long can be much longer than that.