PROGRAMMING:Jmu-java-02 basic syntax-02-stringbuilder
Enter three integers * * n, begin and end * *.
**First, use the following code:
```
for(int i=0; i```
Concatenate the numbers from 0 to n-1 into a string str. For example, ` n = 12 ', the spliced string is ` 012345678910111`
**Finally * * intercepts the string STR from * * begin * * to * * end * * (including begin, but not end) and outputs it.
###Input example:
```in
ten
five
eight
one thousand
eight hundred
nine hundred
```
###Output example:
```out
five hundred and sixty-seven
0330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533
```
answer:If there is no answer, please comment
**First, use the following code:
```
for(int i=0; i
Concatenate the numbers from 0 to n-1 into a string str. For example, ` n = 12 ', the spliced string is ` 012345678910111`
**Finally * * intercepts the string STR from * * begin * * to * * end * * (including begin, but not end) and outputs it.
###Input example:
```in
ten
five
eight
one thousand
eight hundred
nine hundred
```
###Output example:
```out
five hundred and sixty-seven
0330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533
```
answer:If there is no answer, please comment