Skip to content

Comments

magicnumber.php#3

Open
smilehacker-max wants to merge 96 commits intosambey04:masterfrom
smilehacker-max:master
Open

magicnumber.php#3
smilehacker-max wants to merge 96 commits intosambey04:masterfrom
smilehacker-max:master

Conversation

@smilehacker-max
Copy link

0 || $sum > 9) { if ($n == 0) { $n = $sum; $sum = 0; } $sum += $n % 10; $n /= 10; } // Return true if // sum becomes 1. return ($sum == 1); } // Driver code $n = 1234; if (isMagic($n)) echo"Magic Number"; else echo "Not a magic Number"; ?>

peerarust-si and others added 30 commits October 14, 2019 15:11
Add hello world in TypeScript
Here I uploaded a code that will accept postfix expressions and return the final value.
It is a graphical calculator.
By this i want to tell that we can do graphical operation easily
Added an automatic Chrome Dino Game player which uses pyautogui to play the game
More info: https://github.com/mokshchaudhary/Dino
Codeforces code solution
cmppoon and others added 30 commits October 14, 2019 23:31
* html form incluso

* calculadora imc
Codeforces code solution
Create  1079 - Medias Ponderadas.java
Added a program which stores Student's Database.
It converts a decimal number to binary, octal or hexadecimal.
Hangman game implementation in python
String reverse example that use java stream
Cpp Code to Find the number is Magic or Not
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.