heres the start
public class work
{
public static void main (String [] args)
{
int number = 1;
}
public static boolean ifstate()
{
if ( number == 0 )
blah blah
}
question - how do I get the second method to call on the varible from the first.
thanks