Fill in the Blanks Actividad variablesOnline version definir los valores con los tipos de datos correspondientes by Marco Antonio Aguilar 1 byte double float boolean int String booelan String long String short byte int short char v1 = 12 . 3 ; v2 = 10 ; v3 = 2015 ; v4 = " Hola mundo " ; v5 = true ; v6 = 123981 . 1982 v7 = 'C' ; v8 = " C " ; v9 = 70000 ; v10 = " false " ; v11 = false ; v12 = 1245 ; v13 = 56781 ; v14 = 12 ; v15 = 123456789987 ;