W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Java
server
Go to Spaces
Ctrl+Alt+P
public class Main { public static void main(String[] args) { String text = "W3Schools was founded in 1998"; int count = 0; for (char c : text.toCharArray()) { if (Character.isDigit(c)) { count++; } } System.out.println("Digits: " + count); } }
Digits: 5
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル