Getter in Java
int your_variable_name
//Add your parameter if needed
public getVariable(){
return your_variable_name
}
Red Team
int your_variable_name
//Add your parameter if needed
public getVariable(){
return your_variable_name
}