-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
1,040 additions
and
758 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,4 +103,4 @@ throws=getta | |
toString=inStringa | ||
version=versione | ||
wait=aspettare | ||
write=scrivi | ||
write=scrivi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
importer java.util.*; | ||
|
||
publique classe frenchTest { | ||
publique statique vide main(String[] args) jette Exception { | ||
|
||
char val = '!'; | ||
double newVar; | ||
double[] arr = nouveau double[10]; | ||
si (val < 100) { | ||
newVar = 5.0; | ||
} sinon si (val == 100) { | ||
newVar = 3.5; | ||
} sinon { | ||
newVar = 0; | ||
} | ||
|
||
pour (int i = 0; i < arr.longuer; i++) { | ||
int j = 0; | ||
pendtque (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
si (i == 7) { | ||
casser; | ||
} | ||
} | ||
|
||
booleen testVal = (1 == 1); | ||
if (null != null) { | ||
System.out.imprimerln(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import java.util.*; | ||
|
||
pubblico categ italianTest { | ||
pubblico statico vuoto main(String[] args) getta Exception { | ||
|
||
grafia val = '!'; | ||
sosia newVar; | ||
sosia[] arr = nuovo sosia[10]; | ||
se (val < 100) { | ||
newVar = 5.0; | ||
} altro se (val == 100) { | ||
newVar = 3.5; | ||
} altro { | ||
newVar = 0; | ||
} | ||
|
||
// this is a loop in a loop | ||
per (int i = 0; i < arr.lunghezza; i++) { | ||
int j = 0; | ||
mentre (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
se (i == 7) { | ||
rompere; | ||
} | ||
} | ||
|
||
booleano testVal = (1 == 1); | ||
se (nullo != nullo) { | ||
System.out.stampareRiga(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
임포트 java.util.*; | ||
|
||
퍼블릭 클래스 koreanTest { | ||
퍼블릭 스태틱 보이드 main(String[] args) 쓰로우즈 Exception { | ||
|
||
캐릭터 val = '!'; | ||
더블 newVar; | ||
더블[] arr = 뉴 더블[10]; | ||
이프 (val < 100) { | ||
newVar = 5.0; | ||
} 아니면 이프 (val == 100) { | ||
newVar = 3.5; | ||
} 아니면 { | ||
newVar = 0; | ||
} | ||
|
||
// this is a loop in a loop | ||
포 (인트 i = 0; i < arr.길이; i++) { | ||
인트 j = 0; | ||
와일 (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
이프 (i == 7) { | ||
스톱; | ||
} | ||
} | ||
|
||
부울 testVal = (1 == 1); | ||
이프 (널 != 널) { | ||
System.out.줄을인쇄하다(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
进口 java.util.*; | ||
|
||
公共 类 mandarinTest { | ||
公共 静态 void main(String[] args) 抛出 Exception { | ||
|
||
焦炭 val = '!'; | ||
双 newVar; | ||
双[] arr = 新 双[10]; | ||
如果 (val < 100) { | ||
newVar = 5.0; | ||
} 否则 如果 (val == 100) { | ||
newVar = 3.5; | ||
} 否则 { | ||
newVar = 0; | ||
} | ||
|
||
// this is a loop in a loop | ||
对于 (整数 i = 0; i < arr.长度; i++) { | ||
整数 j = 0; | ||
同时 (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
如果 (i == 7) { | ||
打破; | ||
} | ||
} | ||
|
||
布尔 testVal = (1 == 1); | ||
如果 (空 != 空) { | ||
System.out.打印行(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import java.util.*; | ||
|
||
publiczny klasa polishTest { | ||
publiczny statyczny pustka main(String[] args) rzuca Exception { | ||
|
||
litera val = '!'; | ||
podwojnie newVar; | ||
podwojnie[] arr = nowy podwojnie[10]; | ||
gdyby (val < 100) { | ||
newVar = 5.0; | ||
} jeszcze gdyby (val == 100) { | ||
newVar = 3.5; | ||
} jeszcze { | ||
newVar = 0; | ||
} | ||
|
||
// this is a loop in a loop | ||
dla (calosc i = 0; i < arr.dlugosc; i++) { | ||
calosc j = 0; | ||
podczas (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
gdyby (i == 7) { | ||
przerwa; | ||
} | ||
} | ||
|
||
boolean testVal = (1 == 1); | ||
gdyby (nul != nul) { | ||
System.out.wydrukujLn(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
importar java.util.*; | ||
|
||
publico classe portugueseTest { | ||
publico estatico vazio main(String[] args) lances Exception { | ||
|
||
carater val = '!'; | ||
duplo newVar; | ||
duplo[] arr = novo duplo[10]; | ||
se (val < 100) { | ||
newVar = 5.0; | ||
} outro se (val == 100) { | ||
newVar = 3.5; | ||
} outro { | ||
newVar = 0; | ||
} | ||
|
||
// this is a loop in a loop | ||
para (inteiro i = 0; i < arr.comprimento; i++) { | ||
inteiro j = 0; | ||
enquanto (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
se (i == 7) { | ||
pausa; | ||
} | ||
} | ||
|
||
boleano testVal = (1 == 1); | ||
se (nulo != nulo) { | ||
System.out.impressaoln(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
включать java.util.*; | ||
|
||
публичный класс russianTest { | ||
публичный статический пустой main(String[] args) бросит Exception { | ||
|
||
знак val = '!'; | ||
двойной newVar; | ||
двойной[] arr = новый двойной[10]; | ||
если (val < 100) { | ||
newVar = 5.0; | ||
} иначе если (val == 100) { | ||
newVar = 3.5; | ||
} иначе { | ||
newVar = 0; | ||
} | ||
|
||
// this is a loop in a loop | ||
для (целый i = 0; i < arr.длина; i++) { | ||
целый j = 0; | ||
пока (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
если (i == 7) { | ||
прорыв; | ||
} | ||
} | ||
|
||
логический testVal = (1 == 1); | ||
если (нуль != нуль) { | ||
System.out.ПринтСтр(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
importar java.util.*; | ||
|
||
publico clase spanishTest { | ||
publico estatico vacio main(String[] args) lanza Exception { | ||
|
||
cara val = '!'; | ||
doble newVar; | ||
doble[] arr = nuevo doble[10]; | ||
si (val < 100) { | ||
newVar = 5.0; | ||
} entonces si (val == 100) { | ||
newVar = 3.5; | ||
} entonces { | ||
newVar = 0; | ||
} | ||
|
||
// this is a loop in a loop | ||
para (ent i = 0; i < arr.longitud; i++) { | ||
ent j = 0; | ||
mientras (j < i) { | ||
arr[i] += newVar; | ||
j++; | ||
} | ||
si (i == 7) { | ||
inter; | ||
} | ||
} | ||
|
||
booleano testVal = (1 == 1); | ||
si (nulo != nulo) { | ||
System.out.imprimirDentro(arr); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.