You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WetCement.java 109B

123456
  1. package concrete;
  2. public class WetCement {
  3. boolean wet = true;
  4. public int getWeight() { return 5; }
  5. }