what is wrong with this code ..i used the piping symbol first for the last condition it went like- if(number<0 ||number>7){ System.out.println("no such day available")} - but it stll showed the error ..so i changed to this code but still the error persists