I prefer to write that pice of code this way:

if(Guy.Hasgirlfriend())
System.out.print("programmer");
else
System.out.print("Artist");


much more readable imho


Viper