HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<?php echo(max(1,4,6,7,8)); //outputs: 8 ?>