> In Java how would I use a for loop to print a word repeatedly, but at the same time make sure the first instance of the

In Java how would I use a for loop to print a word repeatedly, but at the same time make sure the first instance of the

Posted at: 2014-12-18 
if (i==0) cap (word); else lower (word);

The function calls *represent* whatever code you'd use.