Skip to content
Snippets Groups Projects
Commit 5f5c4187 authored by matthias's avatar matthias
Browse files

fakultät added

parent 52dccbba
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,17 @@ public class Fakultaet {
public static void main(String[] args) {
int a = 10;
int fak1 = 0;
int fak2 = 0;
System.out.println("a = " + a);
System.out.println("fak1(a) = " + fak1);
System.out.println("fak2(a) = " + fak2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment