addAmountOfSteps method
Implementation
void addAmountOfSteps(int amount) {
totalAmountOfWeightedSteps = totalAmountOfWeightedSteps + amount;
}
void addAmountOfSteps(int amount) {
totalAmountOfWeightedSteps = totalAmountOfWeightedSteps + amount;
}