Skip to content

Instantly share code, notes, and snippets.

@YusufOzmen01
Last active September 20, 2024 18:32
Show Gist options
  • Select an option

  • Save YusufOzmen01/bb0c9079a78f81f0b64c843b9f684640 to your computer and use it in GitHub Desktop.

Select an option

Save YusufOzmen01/bb0c9079a78f81f0b64c843b9f684640 to your computer and use it in GitHub Desktop.
5432 / 1000 - (5432 / 10000) * 10 + 48 = 53 // 5
5432 / 100 - (5432 / 1000) * 10 + 48 = 52 // 4
5432 / 10 - (5432 / 100) * 10 + 48 = 51 // 3
5432 / 1 - (5432 / 10) * 10 + 48 = 50 // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment