cobidadon cobidadon 04-02-2021 Computers and Technology contestada In the code below, what's the final value of the variable x? var x = 10; X = x + 7; X = X* 3; A:51 B:34 C:10 D:21