Versions Compared

Key

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

...

In this noncompliant code example, OUT_STR_LEN must always be exactly 2 two greater than IN_STR_LEN. These definitions fail to reflect this requirement:

...

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

Bibliography

...