Computers & Internet Logo

Related Topics:

Posted on Mar 23, 2011
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Codes for if else if statement in java script

2 Answers

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

New Friend:

An expert that has 1 follower.

  • Expert 125 Answers
  • Posted on Mar 23, 2011
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

New Friend:

An expert that has 1 follower.

Joined: Jul 23, 2010
Answers
125
Questions
13
Helped
38558
Points
412

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.

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Governor:

An expert whose answer got voted for 20 times.

  • Expert 102 Answers
  • Posted on Mar 23, 2011
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Governor:

An expert whose answer got voted for 20 times.

Joined: Mar 21, 2011
Answers
102
Questions
0
Helped
31436
Points
317

If (condition) {
//conditional true code here
} else {
//conditional false code here
}

Ad

2 Related Answers

Anonymous

  • 199 Answers
  • Posted on Apr 14, 2009

SOURCE: JAVA SCRIPT

you can help from this site,,,,please rate it,,,thanks
http://www.tizag.com/javascriptT/javascriptsyntax.php


this link help you

Ad

Anonymous

  • 37 Answers
  • Posted on Jul 09, 2009

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

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

120 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73781 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42221 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...