Suche nach Datum: - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - 1 2 3 4 5 6 7 8 9 10 11 12 2014 2015 2016 2017 2018
Suche mit Schlüsselwort:
Suche nach Land: Schweiz Deutschland Österreich Andere
HTMLopen.de - Alles was ein Webmaster braucht
PCopen.de - PC LAN Netze und Netzwerke - alles was ein IT Profi und Systemtechnicker braucht
public class Schl01 { public static void main(String args[]) { int i,summe=0; int [] feld = new int[11]; for(i=1;i<=10;i++) feld[i]=2*i; for(i=1;i<=10;i++) System.out.print(feld[i] + " "); System.out.println("\n"); for(i=1;i<=10;i++) summe+=feld[i]; System.out.println("Die Summe ist: " + summe); System.exit(0); } }
2 4 6 8 10 12 14 16 18 20 Die Summe ist: 110
Diplomarbeiten zum Runterladen: