Thread: Quiz Time
View Single Post
  #57 (permalink)  
Old 05-08-2008, 01:29 PM
rjuyal's Avatar
rjuyal rjuyal is offline
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 160
rjuyal is on a distinguished road
Once More
Code:
public class OneMoreEasyOne { public static void main(String[] args) { int a = 5; System.out.println("Value is: - " + ( ( a > 5 ) ? 2.3 : 2) ); } }

What will it print?
__________________
Newton said Gravitaion, Rakesh says Earth Sucks
Reply With Quote