only Ram was present there . make it a simple sentence
Answers
Answered by
1
Answer:
<html>
<head>
<title>IF Statments!!!</title>
<script type="text/JavaScript">
var age = prompt("Please enter your age");
if(age>=18)
document.write("You are an adult <br />");
if(age<18)
document.write("You are NOT an adult <br />");
</script>
</head>
<body>
</body>
</html>
Answered by
0
Answer:
Ram presented
there is nothing more to make it simple , I think
Similar questions