2.2.1 Vom Quellcode zum Prozessor

Frage

Du kennst doch Quellcode, oder?

Code

Quellcode in Java:

public class Addierer {
    public static void main(String[] args) {
        int a = 2;
        int b = 5;
        int c = a + b;
    }
}




Diese Seite steht unter der Creative Commons Namensnennung 3.0 Unported Lizenz http://i.creativecommons.org/l/by/3.0/80x15.png