Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 18.0.3 ]
Here's a question: what do you expect that
double a = 2443816867; return a;
returns?
- The literal constant on the first line
- MAX_INT
Hint: the answer is different when you write
double a = 2443816867.0;
Solved! Go to Solution.