Log in

View Full Version : How the output of the below program is 49?


pbishnu1995
Jun 20, 2017, 12:33 AM
class Class1{
public static void main(String args[]){
double d=061;
System.out.println(d);
}
}