Question: What will be returned from the following method? public static double myMethod () { } double a = 1.5 + 9.5; return a;
What will be returned from the following method? public static double myMethod () { } double a = 1.5 + 9.5; return a;
Step by Step Solution
3.35 Rating (158 Votes )
There are 3 Steps involved in it
The method shown in the image is a Java method that will return a double va... View full answer
Get step-by-step solutions from verified subject matter experts
