Import java.io.*;
class IfelsePro
{
public static void main(String args[])throws IOException
{
int i=1,j=0;
if(i>j)
{
System.out.print("\n\t I is greater");
}
else
{
System.out.print("\n\t J is greater");
}
}
}
//compile it and run it.
If (condition) {
//conditional true code here
} else {
//conditional false code here
}
SOURCE: JAVA SCRIPT
you can help from this site,,,,please rate it,,,thanks
http://www.tizag.com/javascriptT/javascriptsyntax.php
this link help you
SOURCE: java script turned of
if you are using Windows xp
right click on internet explorer
take properties
under security tab click "custom level"
under scrippting you'll find javascript enable and disable option
after that click ok on all windows
restart your browser
If you are using anyother operating system please contact me.
Thanks,
HOpe that helps
120 views
Usually answered in minutes!
×