Welcome

About me

My only skill is information technology such as computer programming, so I need to make sure everyone and I only ever do computer programming with me, so that I can succeed, as that is the only thing I can do is Information Technology. I need to improve health physical and mental. I need to exercise by walking daily, to keep my mobility.

Examples

<?php
// Online IDE - Code Editor, Compiler, Interpreter
// https://www.online-ide.com/
echo(pi() . "\n");
echo(min(3.14,3.15,3.16) . "\n");
echo(max(3.14,3.13,3.12)) . "\n";
?>

 

Output:

3.1415926535898
3.14
3.14

** Process exited - Return Code: 0 **

 

 

Media

Links

Computing Introduction and References:

 

1.  Online IDE

2. PHP Math