Java problem-Whats the reason behind and what will be probable output

后端 未结 3 690
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 13:56

1.)

long milli=24*60*60*1000;
long micro=24*60*60*1000*1000;
long result=micro/milli;

The result should be 1000 but it\'s not

3条回答
提交回复
热议问题