You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
W
Apart from astronomer and astronaut, what jobs can be provided if we learn Astronomy?
-
W
<html>
<body>
<?php
function writeName()
{
echo "Name1";
}
echo "Name12 ";
writeName();
?>
</body>
</html>