| Rules Applied | JavaKeywordRule | app0.txt | PPspaceRule | PPRule | PPdefineRule.DefineReplacementRule | Typedef0Rule | StructRule | TypedefRule | MissingReturnRule | UnknownTypeRule | StaticVariablesRule | StaticFunctionsRule | DeclarationAssignmentRule | PointerRule | snippets2.txt | snippets3.txt | PrintfRule | InsertClassRule | (Final Version) | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| JavaKeywordRule app0.txt PPspaceRule PPRule PPdefineRule.DefineReplacementRule Typedef0Rule StructRule TypedefRule MissingReturnRule UnknownTypeRule StaticVariablesRule StaticFunctionsRule DeclarationAssignmentRule PointerRule snippets2.txt snippets3.txt PrintfRule InsertClassRule final | # include | # include | #include | public static UNKNOWN_TYPE swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
};
}
public static int sqnum(UNKNOWN_TYPE sqp) {
(sqp - board);
}
public static int printline() {
printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
(N_PROP + N_RR + N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
struct Square {
char * name;
shrt owner;
shrt type;
struct Property * description;
int cost;
}
;
typedef struct Square SQUARE;
struct Monopoly {
char * name;
shrt owner;
shrt housesInMonopoly;
shrt numberOfOwners;
shrt houseCost;
char * lowercaseColor;
char * uppercaseColor;
char squareNumbers[3];
SQUARE * squares[3];
}
;
typedef struct Monopoly MON;
struct Property {
bool isMortgaged;
bool isMonopoly;
shrt square;
shrt houseCount;
MON * monopolyDescription;
int rent[6];
}
;
struct OwnedPropertyList {
SQUARE * square1;
struct OwnedPropertyList * next;
}
;
typedef struct OwnedPropertyList OWN;
struct Player {
char * name;
shrt getOutOfJailFreeCardCount;
shrt railroadCardCount;
shrt utilitiesCount;
shrt location;
shrt jailRollCount;
int money;
OWN * ownedPropertyList;
}
;
typedef struct Player PLAY;
typedef struct Property PROP;
typedef struct Property RR_S;
typedef struct Property UTIL_S;
| public static UNKNOWN_TYPE swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
};
}
public static int sqnum(UNKNOWN_TYPE sqp) {
(sqp - board);
}
public static int printline() {
printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
(N_PROP + N_RR + N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
struct Square {
char * name;
char owner;
char type;
struct Property * description;
int cost;
}
;
typedef struct Square SQUARE;
struct Monopoly {
char * name;
char owner;
char housesInMonopoly;
char numberOfOwners;
char houseCost;
char * lowercaseColor;
char * uppercaseColor;
char squareNumbers[3];
SQUARE * squares[3];
}
;
typedef struct Monopoly MON;
struct Property {
boolean isMortgaged;
boolean isMonopoly;
char square;
char houseCount;
MON * monopolyDescription;
int rent[6];
}
;
struct OwnedPropertyList {
SQUARE * square1;
struct OwnedPropertyList * next;
}
;
typedef struct OwnedPropertyList OWN;
struct Player {
char * name;
char getOutOfJailFreeCardCount;
char railroadCardCount;
char utilitiesCount;
char location;
char jailRollCount;
int money;
OWN * ownedPropertyList;
}
;
typedef struct Player PLAY;
typedef struct Property PROP;
typedef struct Property RR_S;
typedef struct Property UTIL_S;
| public static UNKNOWN_TYPE swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
};
}
public static int sqnum(UNKNOWN_TYPE sqp) {
(sqp - board);
}
public static int printline() {
printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
(N_PROP + N_RR + N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
struct Square {
char * name;
char owner;
char type;
struct Property * description;
int cost;
}
;
typedef Square SQUARE;
struct Monopoly {
char * name;
char owner;
char housesInMonopoly;
char numberOfOwners;
char houseCost;
char * lowercaseColor;
char * uppercaseColor;
char squareNumbers[3];
SQUARE * squares[3];
}
;
typedef Monopoly MON;
struct Property {
boolean isMortgaged;
boolean isMonopoly;
char square;
char houseCount;
MON * monopolyDescription;
int rent[6];
}
;
struct OwnedPropertyList {
SQUARE * square1;
struct OwnedPropertyList * next;
}
;
typedef OwnedPropertyList OWN;
struct Player {
char * name;
char getOutOfJailFreeCardCount;
char railroadCardCount;
char utilitiesCount;
char location;
char jailRollCount;
int money;
OWN * ownedPropertyList;
}
;
typedef Player PLAY;
typedef Property PROP;
typedef Property RR_S;
typedef Property UTIL_S;
| public static UNKNOWN_TYPE swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
};
}
public static int sqnum(UNKNOWN_TYPE sqp) {
(sqp - board);
}
public static int printline() {
printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
(N_PROP + N_RR + N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
typedef Square SQUARE;
typedef Monopoly MON;
typedef OwnedPropertyList OWN;
typedef Player PLAY;
typedef Property PROP;
typedef Property RR_S;
typedef Property UTIL_S;
| public static UNKNOWN_TYPE swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
};
}
public static int sqnum(UNKNOWN_TYPE sqp) {
(sqp - board);
}
public static int printline() {
printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
(N_PROP + N_RR + N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
| public static UNKNOWN_TYPE swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (sqp - board);
}
public static int printline() {
return printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (N_PROP + N_RR + N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (sqp - board);
}
public static int printline() {
return printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (N_PROP + N_RR + N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (sqp - Monop.board);
}
public static int printline() {
return printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return printf("%s%s\n", str, lucky_mes[roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (sqp - Monop.board);
}
public static int printline() {
return printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return printf("%s%s\n", str, lucky_mes[Roll.roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (sqp - Monop.board);
}
public static int printline() {
return printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return printf("%s%s\n", str, lucky_mes[Roll.roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON;
N_MON = 8;
public final static int N_PROP;
N_PROP = 22;
public final static int N_RR;
N_RR = 4;
public final static int N_UTIL;
N_UTIL = 2;
public final static int N_SQRS;
N_SQRS = 40;
public final static int MAX_PL;
MAX_PL = 9;
public final static int PRPTY;
PRPTY = 0;
public final static int RR;
RR = 1;
public final static int UTIL;
UTIL = 2;
public final static int SAFE;
SAFE = 3;
public final static int CC;
CC = 4;
public final static int CHANCE;
CHANCE = 5;
public final static int INC_TAX;
INC_TAX = 6;
public final static int GOTO_J;
GOTO_J = 7;
public final static int LUX_TAX;
LUX_TAX = 8;
public final static int IN_JAIL;
IN_JAIL = 9;
public final static int JAIL;
JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (ArrayUtils.indexOf(Monop.board, sqp));
}
public static int printline() {
return printf("------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return printf("%s%s\n", str, lucky_mes[Roll.roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON;
N_MON = 8;
public final static int N_PROP;
N_PROP = 22;
public final static int N_RR;
N_RR = 4;
public final static int N_UTIL;
N_UTIL = 2;
public final static int N_SQRS;
N_SQRS = 40;
public final static int MAX_PL;
MAX_PL = 9;
public final static int PRPTY;
PRPTY = 0;
public final static int RR;
RR = 1;
public final static int UTIL;
UTIL = 2;
public final static int SAFE;
SAFE = 3;
public final static int CC;
CC = 4;
public final static int CHANCE;
CHANCE = 5;
public final static int INC_TAX;
INC_TAX = 6;
public final static int GOTO_J;
GOTO_J = 7;
public final static int LUX_TAX;
LUX_TAX = 8;
public final static int IN_JAIL;
IN_JAIL = 9;
public final static int JAIL;
JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (ArrayUtils.indexOf(Monop.board, sqp));
}
public static int printline() {
return fprintf(stdout, "------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return fprintf(stdout, "%s%s\n", str, lucky_mes[Roll.roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON;
N_MON = 8;
public final static int N_PROP;
N_PROP = 22;
public final static int N_RR;
N_RR = 4;
public final static int N_UTIL;
N_UTIL = 2;
public final static int N_SQRS;
N_SQRS = 40;
public final static int MAX_PL;
MAX_PL = 9;
public final static int PRPTY;
PRPTY = 0;
public final static int RR;
RR = 1;
public final static int UTIL;
UTIL = 2;
public final static int SAFE;
SAFE = 3;
public final static int CC;
CC = 4;
public final static int CHANCE;
CHANCE = 5;
public final static int INC_TAX;
INC_TAX = 6;
public final static int GOTO_J;
GOTO_J = 7;
public final static int LUX_TAX;
LUX_TAX = 8;
public final static int IN_JAIL;
IN_JAIL = 9;
public final static int JAIL;
JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (ArrayUtils.indexOf(Monop.board, sqp));
}
public static int printline() {
return fprintf(stdout, "------------------------------\n");
}
public static int lucky(UNKNOWN_TYPE str) {
return fprintf(stdout, "%s%s\n", str, lucky_mes[Roll.roll(1, num_luck) - 1]);
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
| public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (ArrayUtils.indexOf(Monop.board, sqp));
}
public static int printline() {
System.out.println("------------------------------");
return 0;
}
public static int lucky(UNKNOWN_TYPE str) {
System.out.println(str + (lucky_mes[Roll.roll(1, num_luck) - 1]));
return 0;
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
| public class MonopH {
public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (ArrayUtils.indexOf(Monop.board, sqp));
}
public static int printline() {
System.out.println("------------------------------");
return 0;
}
public static int lucky(UNKNOWN_TYPE str) {
System.out.println(str + (lucky_mes[Roll.roll(1, num_luck) - 1]));
return 0;
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
}
| public class MonopH {
public static void swap(UNKNOWN_TYPE A1, UNKNOWN_TYPE A2) {
if ((A1) != (A2)) {
(A1) ^= (A2);
(A2) ^= (A1);
(A1) ^= (A2);
}
return;
}
public static int sqnum(UNKNOWN_TYPE sqp) {
return (ArrayUtils.indexOf(Monop.board, sqp));
}
public static int printline() {
System.out.println("------------------------------");
return 0;
}
public static int lucky(UNKNOWN_TYPE str) {
System.out.println(str + (lucky_mes[Roll.roll(1, num_luck) - 1]));
return 0;
}
public static int MAX_PRP() {
return (MonopH.N_PROP + MonopH.N_RR + MonopH.N_UTIL);
}
public final static int N_MON = 8;
public final static int N_PROP = 22;
public final static int N_RR = 4;
public final static int N_UTIL = 2;
public final static int N_SQRS = 40;
public final static int MAX_PL = 9;
public final static int PRPTY = 0;
public final static int RR = 1;
public final static int UTIL = 2;
public final static int SAFE = 3;
public final static int CC = 4;
public final static int CHANCE = 5;
public final static int INC_TAX = 6;
public final static int GOTO_J = 7;
public final static int LUX_TAX = 8;
public final static int IN_JAIL = 9;
public final static int JAIL = 40;
}
|