class conditionoperator
{
public static void main (String args [ ])
{
int a = 130;
int b = 200;
int c = 500;
int large = a > b ? (a > c ? a : c) : (b > c ? b : c);
System.out.println (“largest of three numbers is” + large);
}
}
Home      |      About Us      |     Portfolio      |      Services      |      Courses      |     Career      |      Cost      |      Contact Us
Services
  SEO   
  Link Building
  Data Entry
  Web Design and development
  Web Application development
 

Graphic and multimedia

  E-Commerce Solutions
  Software development
  Web Marketing & Promoting
  Internet Marketing
  IT Outsourcing
  Multimedia/CD Presentation
  Synopsis Ideas
  Project Ideas
  Placement Papers
  Live Project Training
  Programming & Projects
  Faq
  Training @balujalabs
 
 
Method
 

To Demonstrate Ternary Operators.

 

 

 

 

 

 

 

 

 

                                                                                                                                          

1

To Demonstrate the use of Arithmetic Operators.

2

To Demonstrate the use of Mod(%) Operator.

3 To Define three integers and use the Relational Operators.
4 To Demonstrate the use of Relational Operator
5

To Demonstrate the use of static variables.

6

To Demonstrate Ternary Operators.

7

To find whether the two strings are equal or not.

8

To calculate potential energy.

9

Print Fehrenheit to celsius table.