int size = 27;
Strings name = "Fido";
Dog myDog = new Dog(name, size);
x=size - 5;
if (x < 15) myDog.bark(8);
while (x > 3) {
myDog.play() //Aqui esta tabulado
}
int[] numList = {2,4,6,8};
System.out.print("Hello");
System.out.print("Dog: " + name);
Strings num "8";
int z = Integer.parseInt(num);
try {
readTheFile("myFile.txt"); //Aqui esta tabulado
}
catch(FileNotFoundException ex) {
System.out.print("File not found."); //Aqui esta tabulado
}