Question: Question 31 What is the value of temp variable after line 14 has executed: 1 2 package app: public class Controller { 4 5 6
Question 31 What is the value of temp variable after line 14 has executed: 1 2 package app: public class Controller { 4 5 6 7 8 9 public static void main(String[] args) { double roomTemp = 86.4; double currentTemp = set Temp (roomTemp); roonTemp += 2; } 12 13 B 14 15 16 17 18 19 20 public static double set Temp (double temp){ double roomTemp = temp + 5; temp = 10; return temp: O 86.4 O 91.4 88.4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
