<?php
echo "EX1:\n";
echo "hello \n";
echo "hello\n";
echo "EX2:\n";
echo 10+5;
echo "\n";
echo "EX3:\n";
echo "100\n";
echo "200\n";
echo "300\n";
echo 5+7;
echo "\n";
echo "hello wold";
?>

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: