soccerlyfe5945 soccerlyfe5945 29-04-2024 Computers and Technology Answered What value will be returned from the following method? public static double methoda() { double a = 3.5 4.5; return a; } A. 8 B. 8.0 C. 3.5 D. 4.5