Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this compliant solution, the definitions reflect the independence of the two constants.:

Code Block
bgColor#ccccff
public static final int VOTING_AGE = 18;
public static final int ALCOHOL_AGE = 21;

Bibliography

 

...