...
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 | ||
---|---|---|
| ||
public static final int VOTING_AGE = 18; public static final int ALCOHOL_AGE = 21; |
Bibliography
...