How to check if a int var contains a specific number
I cant find a solution for this. For example: i need to check if the int 457 contains the numbe
Convert it to a string and check if the string contains the character '5'.