Friday, April 1, 2011

Variables

/*
RULE: like methods rules
starting letter should be small then next word with capital letter
SUN recomended that it should be small ans good meaning full sound
*/

class Variables
{
public static void main(String[] args)
{
int buttonWidth;
int bal;
double accountNo;
System.out.println("legel convetions");
}
}