https://www.youtube.com/watch?v=bEU9dkOG7co&feature=youtu.be
Tuesday, 30 January 2018
Subscribe to:
Comments (Atom)
test your brain
https://www.youtube.com/watch?v=bEU9dkOG7co&feature=youtu.be
-
public class Strecke { Punkt p1, p2; Strecke (Punkt punkt1, Punkt punkt2) { this.p1 = punkt1; this.p2 = punkt2;...
-
public class Vowel { public static void main(String[] str) { String originalstring = "MOD...
-
final class DataSet { private final int x; private final int nextX; public DataSet(int x, int nextX) { this.x = ...