There is a need to display large numbers on the screen, but this must be done so that the user can easily perceive this number, that is, add a separator between every 3 digits in the number. For example: (6485251 -> "6.485.251") .
How can you implement a method that will accept, let's say a variable of type "int" and return a "string" with delimiters?