Question: Consider the following code segment. 2 Mark for Review AR What is printed as a result of executing the code segment? double num = 9
Consider the following code segment. 2 Mark for Review AR What is printed as a result of executing the code segment? double num = 9 / 4; System. out . print (num) ; System. out . print(" ") ; A System. out . print ( (int) num) ; 2.0 2 A B 2.0 2.0 B C 2. 25 2 D 2. 25 2.0 D
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
