The return type is of an int (integer)
The data type that is present before the name of the method/function is the return type, and indicates what type of data is being returned back to where it came from (e.g. int, float, string, char, bool, void etc.).