Kaiser Chan
Hacker
@mathematicalcoder
0
NumberSensePracticeThis repl lets you practice Number Sense for mathleague.org, UIL, etc.
24
0
0
1
Lucas-Lehmer Primality TestThis program will test if 2^P-1, given an exponent P, is prime. If you try big numbers, the computer might take a while, or maybe a few hours, to determine if the Mersenne number is prime or not. You can track its progress in the program if P>=3.
6
0
1
0
A Shell Operating Node v1.10A normal shell, kinda similar to the Python shell.
19
0
0
What's wrong with my javascript file problemsmain1.js or the PHP file probmainsubmit.php, that's why it always says wrong? Thanks!
PHP Web Server
The answers in the form don't print out in the repl that I posted below. What's wrong with the PHP?
HTML, CSS, JS
Coder100 You made an html file, not a PHP file, so the PHP won't ever render!
Please, use the correct language and file extension:
https://replit.com/languages/php72 years ago
Hi! Here is my scientific calculator, if you need to do any of the 4 operations, exponents, radicals, floor division, modulo operation, floor, or ceil
Python