Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
JAVA # Cümleye Boşluk Bırakma 2
//'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[]) { String cumle="Can Özkan Özarpacı"; String[] can=cumle.split(""); for(int i=0;i<can.length;i++){ if(can[i].equals(" ")){} else{ System.out.print(can[i]+" "); } } } }
run
|
edit
|
history
|
help
0
Hosteller.java
Weird float operation!
++a vs a++ and calculations around different variables
Java - SimpleDateFormat(ting)
Validate mobile number
Coding Numbers - Duplicate - Array
Problem: binary
continue
Black Jack by Craig
JavaQ5b