The following code is compiled: double abc = 100.0; double xyz = abc/0; What is the result?
Reveal answer
Fill a bubble to check yourself
The following code is compiled: double abc = 100.0; double xyz = abc/0; What is the result?