Skip to content

14-U1/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

A

ab

bcd

B

Book

Paper surrounded by other stuff

F

Foreach

Eine foreach-Schleife ist ein Weg in Java code für alle Elemente einer Sammlung (z.B. eins Arrays) auszuführen.

int[] array = {1, 2, 3};
for (int x : array) {
  // x nimmt die Werte 1, 2 und 3 nacheinander an
  System.out.println(x);
}
// alle Zahlen in dem Array werden ausgegeben

I

item

A minecraft Item is the thing you hzave in your inventory when you pickup block, etc.

S

Sentence

Multiple words followed by a period (.).

U

Update

update

V

Variable

Eine Variable