Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.68K
1 Posted Topic
Re: Help urgent
You can use following code public class StringAppend{ public static void main(String args[]){ int n=10; // As u told , it is assumed that n contains max six digits String str = n+" "; // converts numbers to string and appends a space int sLen = str.length(); for(int i=1; i<=15-sLength; …
The End.
vimal_parakhiya