Completar Frases Actividad variablesVersión en línea definir los valores con los tipos de datos correspondientes por Marco Antonio Aguilar 1 byte float short String int booelan boolean String String char long int short byte double 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 ;