Programming Help
I know this is the wrong section but i need urgent help.
My project is due in less then 12 hours and i need some help with Java coding If else stuff.
I know how to do stuff like
if ( age <= 12 )
{
system.out.println(" your young ") ;
}
but what if i wanted to do something like older then 12 but younger then 20 ???
HELP PLEASE