Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
What if we need to convert all words( letter) to the upper case.
U need to convert entire word instead of first letter, so don't use substring and directly do word.toUpperCase()
What if we need to convert all words( letter) to the upper case.
U need to convert entire word instead of first letter, so don't use substring and directly do word.toUpperCase()