Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Draw rectangle using for loop
//'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 k = 0; k<=10; k++) System.out.print("*"); System.out.println(); for(int i = 0; i<10; i++) System.out.println("* *"); for(int j = 0; j<=10; j++) System.out.print("*"); } }
run
|
edit
|
history
|
help
0
Speed
Strings with same letters with reps
assignment 3
Problem_rstring
Black Jack by Craig
JAVA İLE CELCIUS HESAPLAMA - Fahrenheit to Celsius with Java
Find Case Combinations of a String
Problem: binary
Street light
Frequecy count hashmap