Exercise 1 ----------- Initial value of secret is: 22 The value of secret in changeSecret is: 11 The value of num in changeSecret is: 2 The value of names[0] in swapNames is Jennifer The value of num in swapNames is: 11 The value of names[0] is Jennifer The value of names[0] in swapNames is Maria The value of num in swapNames is: 11 The value of obj.names[0] is Maria The value of num is: 11 * Each correct answer is worth 1pts * -2 pts (overall) if only numbers are written * -1 pts (overall) if some text is missing Exercise 2 ----------- correct return type (boolean) [2pts] correct type for n (int) [2pts] correct bound check in for loop (i=2){ return true; } } return false; } b) 10 pts public EastCoastCity addToLeague(EastCoastCity ec){ City[] newLeague = new City[ec.eastLeague.length+1]; for(int i=0; i