Thursday, 31 August 2017
Subscribe to:
Posts (Atom)
test your brain
https://www.youtube.com/watch?v=bEU9dkOG7co&feature=youtu.be
-
import java.util.Scanner; public class example { static int reverseNumber(int number) { int reverse = 0; ...
-
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...