Вы находитесь на странице: 1из 6

JAVA 8

Palabras reservadas
abstract else long this continue
assert enum native throw default
boolean extends new throws do
break final package transient implements
byte finally private try import
case float protected void instanceof
catch for public const short
char goto super if static
class int switch return strictfp
double interface synchronized volatile while
public class Decimales{

public static void main(String args[]){

}
}
Signos de puntuacion

! % $ & * ( ) - + = { } ~ ^ |
[ ] \ ; ´ _ < > ? , . / "
Declaracion de variable
<tipo de dato> <nombre de variable> = <valor inicial>

Вам также может понравиться