plshelp3699 plshelp3699 28-02-2020 Computers and Technology contestada What is the output of the following code? public class test { public static void main (string [] args) { string s1 = new string ("welcome to Java!") ; string s2 = s1.toUpperCase() ; if (s1 == s2) system.out