Last active
September 20, 2024 18:32
-
-
Save YusufOzmen01/bb0c9079a78f81f0b64c843b9f684640 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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