Here is the code:
<html>
<head>
<script type="text/javascript" langage="javascript">
function getHighest()
{
var a = parseInt(document.getElementById("num1").value);
var b = parseInt(document.getElementById("num2").value);
var c = parseInt(document.getElementById("num3").value);
if((a>b)&&(a>c))
{
alert(a+" is the highest number");
}
else if((b>a)&&(b>c))
{
alert(b+ " is the highest number");
}
else if((c>a)&&(c>b))
{
alert(c+ " is the highest number");
}
else
{
alert("One of them is not an int");
}
}
</script>
</head>
<body>
Input a: <input type="text" name="number1" id="num1" /><br />
Input b: <input type="text" name="number2" id="num2" /><br/>
Input c: <input type="text" name="number3" id="num3" /><br/>
Submit: <input type="submit" name="submit" value="submit" onclick="javascript:getHighest();return false;" />
</body>
</html>
Java script
Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.
JAVA
That is called IDE (Integrated Development Environment). That is a standard tool to see the code-behind and the outcome. For JAVA there is netbeans & eclipse which are popular & free.
When it comes to java script you can simply download it free from the java website. You can also go to CNET downloads and get it free from there.
Most likely java script
Java script
some times
Java script
No, Java script is not needed to play poptropica.
Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.
JAVA
No
That is called IDE (Integrated Development Environment). That is a standard tool to see the code-behind and the outcome. For JAVA there is netbeans & eclipse which are popular & free.
You need to have some program that can open/run them on your computer. To save them, then run them, save them as a .Js files.
When it comes to java script you can simply download it free from the java website. You can also go to CNET downloads and get it free from there.
Java script coding is computer coding, many things require Java, and you need to have Java enabled to view these types of programs.