java how can i loop the string until it reaches its length(strings) -


  string = "hello"; Int length = 10; // Length is variable   

I do not know how this loop 10 times this string "Hello" shows the string index bound exception depending on your character

Requried Output: Hellohelloh

  string result = ""; For (int i = 0; i    

Comments

Popular posts from this blog

sql - Return Function using Cursor -

javascript - Is there any way to add a new parameter to a function programmatically? -

sql server - How to use pivot in this table -