Posts
 
Reputation
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
~86 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for gkakkireni

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; …

Member Avatar for vimal_parakhiya
0
86

The End.