flexgetbuckets3071 flexgetbuckets3071 12-06-2024 Computers and Technology Answered What is the value of num2 after the following code snippet is executed?int num1 =7; int num2 = num 1 >10 ? num1++ : num1--; A) 8B) 7C) 6 D) None of the above (including syntax error)