W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Java
server
Go to Spaces
Ctrl+Alt+P
public class Main { public static void main(String[] args) { int[] myArray = {1, 5, 10, 25}; int sum = 0; int i; // Loop through array elements and get the sum for (i = 0; i < myArray.length; i++) { sum += myArray[i]; } System.out.println("The sum is: " + sum); } }
The sum is: 41
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル