Thu Jan 29, 2009 1:50 am
public enum myCars{
HONDA,BMW,TOYOTA
};
public class Main {
public static void main(String[] args) {
// TODO code application logic here
myCars currentcar=myCars.BMW;
System.out.println("My Current Cars : "+ myCars.BMW);
}
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.