Quote (GrafEmpire @ Apr 16 2014 01:17pm)
[CODE/**
*
*/
/**
* @author Dylan.Pettigrew
*
*/
public class seperating {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
int i;
String a = "12345";
String b = "";
for ( int 1 = 0; i < a.length(); i++)
b += a.charAt( i );
if ( 1 + 1 <= a.length( ) )
b += " ";
}
}
][/CODE]
im just learning how to do this and i probably messed this up.
but im looking for constructive criticism