For example, here is the getSalary method that returns a double.
public class MainClass { double getSalary() { return 0.0; } }