What Is The Value Of 8220d8221 In The Following Java Code #441
What is the value of “d” in the following Java code snippet?</p> <pre><code class="language-java"> double d = Math.round ( 2.5 + Math.random() ); </code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Exploring Java Lang Java IO - Java.lang - Object & Math Class - Quiz No.1.