Member, Male, from Finland
Cake cake = new Cake(); cake.getSugarAmount().set(cake.getSugarAmount().multiply(100)); if (cake.isDelicious().equals(true)){ cake.setEated(true); }
Separate names with a comma.