Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Pattern3
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { for(int i=0;i<5;i++) { char ch='A'; for(int j=0;j<=i;j++) { System.out.print(ch); ch++; } System.out.println(); } } }
run
|
edit
|
history
|
help
0
qwe
Bbs
Sieve of Eratosthenes Revisited
DFS in Graph
// Java Coding Challenge - 08: Reversing a Number using String
hello_world
Compare three ways to clear a String in java
Switch
hw1p1
Basic tree implementation