string reverse without using reverse method

Jun 13 2014 12:47 AM
1.I want the output like following.
If the word is "STUDENT".The output will be "STTNUED" .
2.print like following
*
**
***
****
*****
****
***
**

Answers (5)