Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6ad13ea

Browse files
author
Necmiye Soylu
committed
.
1 parent f1aa508 commit 6ad13ea

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

‎Test.class‎

391 Bytes
Binary file not shown.

‎foreachMatris.class‎

53 Bytes
Binary file not shown.

‎foreachMatris.java‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,16 @@ public static void main(String[] Soylu)
66
for(int[] i:aa)
77
for(int j:i)
88
System.out.println(j);
9+
10+
Test test = new Test();
11+
test.print();
912
}
1013
}// maytis mantiğini biliyoruz. ilk boyuttaki her elaman bir dizi gibidir aa[0] üç elemanlı bir dizidir :))
14+
15+
class Test{
16+
17+
void print(){
18+
System.out.println("test");
19+
}
20+
21+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /