This method is not shown in the course notes. It doesn't do anything with its input.
// better style? int rate; // un-initialized by default doSomethingWith(rate); // EXPECT COMPILE ERROR