lilziggotmoney72631 lilziggotmoney72631 11-01-2024 Computers and Technology contestada write the code to test if the variables num1 and num2 are the same. group of answer choicesa. if (num1 != num2):b. if (num1 < num2): c.if (num1 == num2): d.if (equal(num1 == num2)):